Color Hex Logo

#c68369 Color Hex

#C68369
(198,131,105)
0 Favorites   0 Comments

Color spaces of #c68369

RGB 198131105
HSL0.050.450.59
HSV17°47°78°
CMYK 0.000.340.47   0.22
XYZ33.954829.258317.2224
Yxy29.25830.42210.3637
Hunter Lab54.090917.391618.9859
CIE-Lab61.008922.843824.6120

#c68369 color RGB value is (198,131,105).

#c68369 hex color red value is 198, green value is 131 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #c68369 hue: 0.05 , saturation: 0.45 and the lightness value of c68369 is 0.59.

The process color (four color CMYK) of #c68369 color hex is 0.00, 0.34, 0.47, 0.22. Web safe color of #c68369 is #cc9966. Color #c68369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 01101001
Octal 306 203 151
Decimal 198 131 105
Hex C6 83 69

RGB Percentages of Color #c68369

%45.62
%30.18
%24.19

CMYK Percentages of Color #c68369

%0
%34
%47
%22

Triadic Colors of #c68369

#c68369 #69c683 #8369c6

Analogous Colors of #c68369

#c68369 #c6b269 #c6697e

Monochromatic Colors of #c68369

#c68369

Complementary Color

#c68369 #69acc6

#c68369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68369 Color CSS Codes

.mybgcolor {background-color:#c68369; } 
.myforecolor {color:#c68369; }
.mybordercolor {border:3px solid #c68369; }

#c68369 Text Font Color

<p style="color:#c68369">Text here</p>

This sample text font color is #c68369
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c68369 Background Color

<div style="background-color:#c68369">
Div content here</div>

This div background color is #c68369


#c68369 Border Color

<div style="border:3px solid #c68369">
Div here</div>

This div border color is #c68369


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,131,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c68369; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c68369;
  -webkit-box-shadow: 1px 1px 3px 2px #c68369;
  box-shadow:         1px 1px 3px 2px #c68369; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,131,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c68369">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c68369;
  -webkit-box-shadow: 1px 1px 3px 2px #c68369;
  box-shadow:         1px 1px 3px 2px #c68369;">
Div content here</div>

This div box has shadow with color #c68369


Comments

No comments written yet.

Please login to write comment.