Color Hex Logo

#c99752 Color Hex

#C99752
(201,151,82)
0 Favorites   0 Comments

Color spaces of #c99752

RGB 20115182
HSL0.100.520.55
HSV35°59°79°
CMYK 0.000.250.59   0.21
XYZ36.677035.159912.8361
Yxy35.15990.43320.4152
Hunter Lab59.29586.642328.6722
CIE-Lab65.873011.116443.0937

#c99752 color RGB value is (201,151,82).

#c99752 hex color red value is 201, green value is 151 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #c99752 hue: 0.10 , saturation: 0.52 and the lightness value of c99752 is 0.55.

The process color (four color CMYK) of #c99752 color hex is 0.00, 0.25, 0.59, 0.21. Web safe color of #c99752 is #cc9966. Color #c99752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010111 01010010
Octal 311 227 122
Decimal 201 151 82
Hex C9 97 52

RGB Percentages of Color #c99752

%46.31
%34.79
%18.89

CMYK Percentages of Color #c99752

%0
%25
%59
%21

Triadic Colors of #c99752

#c99752 #52c997 #9752c9

Analogous Colors of #c99752

#c99752 #c0c952 #c95c52

Monochromatic Colors of #c99752

#c99752

Complementary Color

#c99752 #5284c9

#c99752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c99752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c99752 Color CSS Codes

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

#c99752 Text Font Color

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

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


#c99752 Background Color

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

This div background color is #c99752


#c99752 Border Color

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

This div border color is #c99752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c99752


Comments

No comments written yet.

Please login to write comment.