Color Hex Logo

#cc603a Color Hex

#CC603A
(204,96,58)
0 Favorites   0 Comments

Color spaces of #cc603a

RGB 2049658
HSL0.040.590.51
HSV16°72°80°
CMYK 0.000.530.72   0.20
XYZ29.848421.50866.5814
Yxy21.50860.51520.3712
Hunter Lab46.377433.721924.0503
CIE-Lab53.501740.281841.3402

#cc603a color RGB value is (204,96,58).

#cc603a hex color red value is 204, green value is 96 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #cc603a hue: 0.04 , saturation: 0.59 and the lightness value of cc603a is 0.51.

The process color (four color CMYK) of #cc603a color hex is 0.00, 0.53, 0.72, 0.20. Web safe color of #cc603a is #cc6633. Color #cc603a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 00111010
Octal 314 140 72
Decimal 204 96 58
Hex CC 60 3A

RGB Percentages of Color #cc603a

%56.98
%26.82
%16.20

CMYK Percentages of Color #cc603a

%0
%53
%72
%20

Triadic Colors of #cc603a

#cc603a #3acc60 #603acc

Analogous Colors of #cc603a

#cc603a #cca93a #cc3a5d

Monochromatic Colors of #cc603a

#cc603a

Complementary Color

#cc603a #3aa6cc

#cc603a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc603a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc603a Color CSS Codes

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

#cc603a Text Font Color

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

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


#cc603a Background Color

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

This div background color is #cc603a


#cc603a Border Color

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

This div border color is #cc603a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc603a


Comments

No comments written yet.

Please login to write comment.