Color Hex Logo

#cc591d Color Hex

#CC591D
(204,89,29)
0 Favorites   0 Comments

Color spaces of #cc591d

RGB 2048929
HSL0.060.750.46
HSV21°86°80°
CMYK 0.000.560.86   0.20
XYZ28.696020.07083.5240
Yxy20.07080.54880.3838
Hunter Lab44.800435.933726.6966
CIE-Lab51.917242.680353.3620

#cc591d color RGB value is (204,89,29).

#cc591d hex color red value is 204, green value is 89 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #cc591d hue: 0.06 , saturation: 0.75 and the lightness value of cc591d is 0.46.

The process color (four color CMYK) of #cc591d color hex is 0.00, 0.56, 0.86, 0.20. Web safe color of #cc591d is #cc6633. Color #cc591d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01011001 00011101
Octal 314 131 35
Decimal 204 89 29
Hex CC 59 1D

RGB Percentages of Color #cc591d

%63.35
%27.64
%9.01

CMYK Percentages of Color #cc591d

%0
%56
%86
%20

Triadic Colors of #cc591d

#cc591d #1dcc59 #591dcc

Analogous Colors of #cc591d

#cc591d #ccb11d #cc1d39

Monochromatic Colors of #cc591d

#cc591d

Complementary Color

#cc591d #1d90cc

#cc591d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc591d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc591d Color CSS Codes

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

#cc591d Text Font Color

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

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


#cc591d Background Color

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

This div background color is #cc591d


#cc591d Border Color

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

This div border color is #cc591d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc591d


Comments

No comments written yet.

Please login to write comment.