Color Hex Logo

#c96836 Color Hex

#C96836
(201,104,54)
0 Favorites   0 Comments

Color spaces of #c96836

RGB 20110454
HSL0.060.580.50
HSV20°73°79°
CMYK 0.000.480.73   0.21
XYZ29.703622.58456.2837
Yxy22.58450.50710.3856
Hunter Lab47.523228.403125.4266
CIE-Lab54.641834.817344.5076

#c96836 color RGB value is (201,104,54).

#c96836 hex color red value is 201, green value is 104 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #c96836 hue: 0.06 , saturation: 0.58 and the lightness value of c96836 is 0.50.

The process color (four color CMYK) of #c96836 color hex is 0.00, 0.48, 0.73, 0.21. Web safe color of #c96836 is #cc6633. Color #c96836 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101000 00110110
Octal 311 150 66
Decimal 201 104 54
Hex C9 68 36

RGB Percentages of Color #c96836

%55.99
%28.97
%15.04

CMYK Percentages of Color #c96836

%0
%48
%73
%21

Triadic Colors of #c96836

#c96836 #36c968 #6836c9

Analogous Colors of #c96836

#c96836 #c9b236 #c9364d

Monochromatic Colors of #c96836

#c96836

Complementary Color

#c96836 #3697c9

#c96836 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96836 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96836 Color CSS Codes

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

#c96836 Text Font Color

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

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


#c96836 Background Color

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

This div background color is #c96836


#c96836 Border Color

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

This div border color is #c96836


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,104,54, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96836


Comments

No comments written yet.

Please login to write comment.