Color Hex Logo

#cc975b Color Hex

#CC975B
(204,151,91)
0 Favorites   0 Comments

Color spaces of #cc975b

RGB 20415191
HSL0.090.530.58
HSV32°55°80°
CMYK 0.000.260.55   0.20
XYZ37.856835.725914.7981
Yxy35.72590.42830.4042
Hunter Lab59.77118.455727.1608
CIE-Lab66.310013.094839.0856

#cc975b color RGB value is (204,151,91).

#cc975b hex color red value is 204, green value is 151 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #cc975b hue: 0.09 , saturation: 0.53 and the lightness value of cc975b is 0.58.

The process color (four color CMYK) of #cc975b color hex is 0.00, 0.26, 0.55, 0.20. Web safe color of #cc975b is #cc9966. Color #cc975b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10010111 01011011
Octal 314 227 133
Decimal 204 151 91
Hex CC 97 5B

RGB Percentages of Color #cc975b

%45.74
%33.86
%20.40

CMYK Percentages of Color #cc975b

%0
%26
%55
%20

Triadic Colors of #cc975b

#cc975b #5bcc97 #975bcc

Analogous Colors of #cc975b

#cc975b #c9cc5b #cc5f5b

Monochromatic Colors of #cc975b

#cc975b

Complementary Color

#cc975b #5b90cc

#cc975b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc975b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc975b Color CSS Codes

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

#cc975b Text Font Color

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

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


#cc975b Background Color

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

This div background color is #cc975b


#cc975b Border Color

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

This div border color is #cc975b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc975b


Comments

No comments written yet.

Please login to write comment.