Color Hex Logo

#cc604b Color Hex

#CC604B
(204,96,75)
0 Favorites   0 Comments

Color spaces of #cc604b

RGB 2049675
HSL0.030.560.55
HSV10°63°80°
CMYK 0.000.530.63   0.20
XYZ30.354721.71119.2474
Yxy21.71110.49510.3541
Hunter Lab46.595234.743320.8498
CIE-Lab53.719141.255432.2930

#cc604b color RGB value is (204,96,75).

#cc604b hex color red value is 204, green value is 96 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #cc604b hue: 0.03 , saturation: 0.56 and the lightness value of cc604b is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 01001011
Octal 314 140 113
Decimal 204 96 75
Hex CC 60 4B

RGB Percentages of Color #cc604b

%54.40
%25.60
%20.00

CMYK Percentages of Color #cc604b

%0
%53
%63
%20

Triadic Colors of #cc604b

#cc604b #4bcc60 #604bcc

Analogous Colors of #cc604b

#cc604b #cca14b #cc4b77

Monochromatic Colors of #cc604b

#cc604b

Complementary Color

#cc604b #4bb7cc

#cc604b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc604b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc604b Color CSS Codes

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

#cc604b Text Font Color

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

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


#cc604b Background Color

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

This div background color is #cc604b


#cc604b Border Color

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

This div border color is #cc604b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc604b


Comments

No comments written yet.

Please login to write comment.