Color Hex Logo

#c86a10 Color Hex

#C86A10
(200,106,16)
0 Favorites   0 Comments

Color spaces of #c86a10

RGB 20010616
HSL0.080.850.42
HSV29°92°78°
CMYK 0.000.470.92   0.22
XYZ29.067022.62483.3252
Yxy22.62480.52830.4112
Hunter Lab47.565525.840529.1510
CIE-Lab54.683732.194759.3538

#c86a10 color RGB value is (200,106,16).

#c86a10 hex color red value is 200, green value is 106 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c86a10 hue: 0.08 , saturation: 0.85 and the lightness value of c86a10 is 0.42.

The process color (four color CMYK) of #c86a10 color hex is 0.00, 0.47, 0.92, 0.22. Web safe color of #c86a10 is #cc6600. Color #c86a10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101010 00010000
Octal 310 152 20
Decimal 200 106 16
Hex C8 6A 10

RGB Percentages of Color #c86a10

%62.11
%32.92
%4.97

CMYK Percentages of Color #c86a10

%0
%47
%92
%22

Triadic Colors of #c86a10

#c86a10 #10c86a #6a10c8

Analogous Colors of #c86a10

#c86a10 #c8c610 #c81012

Monochromatic Colors of #c86a10

#c86a10

Complementary Color

#c86a10 #106ec8

#c86a10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86a10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86a10 Color CSS Codes

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

#c86a10 Text Font Color

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

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


#c86a10 Background Color

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

This div background color is #c86a10


#c86a10 Border Color

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

This div border color is #c86a10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86a10


Comments

No comments written yet.

Please login to write comment.