Color Hex Logo

#c88316 Color Hex

#C88316
(200,131,22)
0 Favorites   0 Comments

Color spaces of #c88316

RGB 20013122
HSL0.100.800.44
HSV37°89°78°
CMYK 0.000.350.89   0.22
XYZ32.080528.56994.5828
Yxy28.56990.49180.4380
Hunter Lab53.450813.594532.3321
CIE-Lab60.400218.815962.1547

#c88316 color RGB value is (200,131,22).

#c88316 hex color red value is 200, green value is 131 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c88316 hue: 0.10 , saturation: 0.80 and the lightness value of c88316 is 0.44.

The process color (four color CMYK) of #c88316 color hex is 0.00, 0.35, 0.89, 0.22. Web safe color of #c88316 is #cc9900. Color #c88316 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000011 00010110
Octal 310 203 26
Decimal 200 131 22
Hex C8 83 16

RGB Percentages of Color #c88316

%56.66
%37.11
%6.23

CMYK Percentages of Color #c88316

%0
%35
%89
%22

Triadic Colors of #c88316

#c88316 #16c883 #8316c8

Analogous Colors of #c88316

#c88316 #b4c816 #c82a16

Monochromatic Colors of #c88316

#c88316

Complementary Color

#c88316 #165bc8

#c88316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c88316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c88316 Color CSS Codes

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

#c88316 Text Font Color

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

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


#c88316 Background Color

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

This div background color is #c88316


#c88316 Border Color

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

This div border color is #c88316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c88316


Comments

No comments written yet.

Please login to write comment.