Color Hex Logo

#c99536 Color Hex

#C99536
(201,149,54)
0 Favorites   0 Comments

Color spaces of #c99536

RGB 20114954
HSL0.110.580.50
HSV39°73°79°
CMYK 0.000.260.73   0.21
XYZ35.500734.17878.2161
Yxy34.17870.45570.4388
Hunter Lab58.46266.082632.5914
CIE-Lab65.104210.496355.3201

#c99536 color RGB value is (201,149,54).

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

The process color (four color CMYK) of #c99536 color hex is 0.00, 0.26, 0.73, 0.21. Web safe color of #c99536 is #cc9933. Color #c99536 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010101 00110110
Octal 311 225 66
Decimal 201 149 54
Hex C9 95 36

RGB Percentages of Color #c99536

%49.75
%36.88
%13.37

CMYK Percentages of Color #c99536

%0
%26
%73
%21

Triadic Colors of #c99536

#c99536 #36c995 #9536c9

Analogous Colors of #c99536

#c99536 #b4c936 #c94c36

Monochromatic Colors of #c99536

#c99536

Complementary Color

#c99536 #366ac9

#c99536 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99536 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99536 Color CSS Codes

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

#c99536 Text Font Color

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

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


#c99536 Background Color

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

This div background color is #c99536


#c99536 Border Color

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

This div border color is #c99536


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99536


Comments

No comments written yet.

Please login to write comment.