Color Hex Logo

#cc601e Color Hex

#CC601E
(204,96,30)
0 Favorites   0 Comments

Color spaces of #cc601e

RGB 2049630
HSL0.060.740.46
HSV23°85°80°
CMYK 0.000.530.85   0.20
XYZ29.319121.29683.7937
Yxy21.29680.53890.3914
Hunter Lab46.148532.645127.4299
CIE-Lab53.272839.247554.1131

#cc601e color RGB value is (204,96,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 00011110
Octal 314 140 36
Decimal 204 96 30
Hex CC 60 1E

RGB Percentages of Color #cc601e

%61.82
%29.09
%9.09

CMYK Percentages of Color #cc601e

%0
%53
%85
%20

Triadic Colors of #cc601e

#cc601e #1ecc60 #601ecc

Analogous Colors of #cc601e

#cc601e #ccb71e #cc1e33

Monochromatic Colors of #cc601e

#cc601e

Complementary Color

#cc601e #1e8acc

#cc601e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc601e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc601e Color CSS Codes

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

#cc601e Text Font Color

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

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


#cc601e Background Color

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

This div background color is #cc601e


#cc601e Border Color

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

This div border color is #cc601e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc601e


Comments

No comments written yet.

Please login to write comment.