Color Hex Logo

#c2866b Color Hex

#C2866B
(194,134,107)
0 Favorites   0 Comments

Color spaces of #c2866b

RGB 194134107
HSL0.050.420.59
HSV19°45°76°
CMYK 0.000.310.45   0.24
XYZ33.427129.581117.8578
Yxy29.58110.41340.3658
Hunter Lab54.388514.526018.6048
CIE-Lab61.291119.780023.7844

#c2866b color RGB value is (194,134,107).

#c2866b hex color red value is 194, green value is 134 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c2866b hue: 0.05 , saturation: 0.42 and the lightness value of c2866b is 0.59.

The process color (four color CMYK) of #c2866b color hex is 0.00, 0.31, 0.45, 0.24. Web safe color of #c2866b is #cc9966. Color #c2866b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 01101011
Octal 302 206 153
Decimal 194 134 107
Hex C2 86 6B

RGB Percentages of Color #c2866b

%44.60
%30.80
%24.60

CMYK Percentages of Color #c2866b

%0
%31
%45
%24

Triadic Colors of #c2866b

#c2866b #6bc286 #866bc2

Analogous Colors of #c2866b

#c2866b #c2b26b #c26b7c

Monochromatic Colors of #c2866b

#c2866b

Complementary Color

#c2866b #6ba7c2

#c2866b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2866b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2866b Color CSS Codes

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

#c2866b Text Font Color

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

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


#c2866b Background Color

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

This div background color is #c2866b


#c2866b Border Color

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

This div border color is #c2866b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,134,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2866b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2866b;
  -webkit-box-shadow: 1px 1px 3px 2px #c2866b;
  box-shadow:         1px 1px 3px 2px #c2866b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,134,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2866b


Comments

No comments written yet.

Please login to write comment.