Color Hex Logo

#c68366 Color Hex

#C68366
(198,131,102)
0 Favorites   0 Comments

Color spaces of #c68366

RGB 198131102
HSL0.050.460.59
HSV18°48°78°
CMYK 0.000.340.48   0.22
XYZ33.803329.197716.4245
Yxy29.19770.42560.3676
Hunter Lab54.034917.105519.8026
CIE-Lab60.955722.544626.2171

#c68366 color RGB value is (198,131,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 01100110
Octal 306 203 146
Decimal 198 131 102
Hex C6 83 66

RGB Percentages of Color #c68366

%45.94
%30.39
%23.67

CMYK Percentages of Color #c68366

%0
%34
%48
%22

Triadic Colors of #c68366

#c68366 #66c683 #8366c6

Analogous Colors of #c68366

#c68366 #c6b366 #c66679

Monochromatic Colors of #c68366

#c68366

Complementary Color

#c68366 #66a9c6

#c68366 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68366 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68366 Color CSS Codes

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

#c68366 Text Font Color

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

This sample text font color is #c68366
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.


#c68366 Background Color

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

This div background color is #c68366


#c68366 Border Color

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

This div border color is #c68366


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68366


Comments

No comments written yet.

Please login to write comment.