Color Hex Logo

#c4866a Color Hex

#C4866A
(196,134,106)
0 Favorites   0 Comments

Color spaces of #c4866a

RGB 196134106
HSL0.050.430.59
HSV19°46°77°
CMYK 0.000.320.46   0.23
XYZ33.891629.826617.6065
Yxy29.82660.41670.3668
Hunter Lab54.613715.197619.1156
CIE-Lab61.504320.488124.6680

#c4866a color RGB value is (196,134,106).

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

The process color (four color CMYK) of #c4866a color hex is 0.00, 0.32, 0.46, 0.23. Web safe color of #c4866a is #cc9966. Color #c4866a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 10000110 01101010
Octal 304 206 152
Decimal 196 134 106
Hex C4 86 6A

RGB Percentages of Color #c4866a

%44.95
%30.73
%24.31

CMYK Percentages of Color #c4866a

%0
%32
%46
%23

Triadic Colors of #c4866a

#c4866a #6ac486 #866ac4

Analogous Colors of #c4866a

#c4866a #c4b36a #c46a7b

Monochromatic Colors of #c4866a

#c4866a

Complementary Color

#c4866a #6aa8c4

#c4866a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c4866a Color Preview on White Background

Lorem ipsum dolor sit amet.

#c4866a Color CSS Codes

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

#c4866a Text Font Color

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

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


#c4866a Background Color

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

This div background color is #c4866a


#c4866a Border Color

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

This div border color is #c4866a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c4866a


Comments

No comments written yet.

Please login to write comment.