Color Hex Logo

#c98816 Color Hex

#C98816
(201,136,22)
0 Favorites   0 Comments

Color spaces of #c98816

RGB 20113622
HSL0.110.800.44
HSV38°89°79°
CMYK 0.000.320.89   0.21
XYZ33.036430.08384.8246
Yxy30.08380.48620.4428
Hunter Lab54.848711.528733.1788
CIE-Lab61.726516.523063.2388

#c98816 color RGB value is (201,136,22).

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

The process color (four color CMYK) of #c98816 color hex is 0.00, 0.32, 0.89, 0.21. Web safe color of #c98816 is #cc9900. Color #c98816 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10001000 00010110
Octal 311 210 26
Decimal 201 136 22
Hex C9 88 16

RGB Percentages of Color #c98816

%55.99
%37.88
%6.13

CMYK Percentages of Color #c98816

%0
%32
%89
%21

Triadic Colors of #c98816

#c98816 #16c988 #8816c9

Analogous Colors of #c98816

#c98816 #b1c916 #c92e16

Monochromatic Colors of #c98816

#c98816

Complementary Color

#c98816 #1657c9

#c98816 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98816 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98816 Color CSS Codes

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

#c98816 Text Font Color

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

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


#c98816 Background Color

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

This div background color is #c98816


#c98816 Border Color

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

This div border color is #c98816


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,136,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 #c98816">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98816


Comments

No comments written yet.

Please login to write comment.