Color Hex Logo

#cc635b Color Hex

#CC635B
(204,99,91)
0 Favorites   0 Comments

Color spaces of #cc635b

RGB 2049991
HSL0.010.530.58
HSV55°80°
CMYK 0.000.510.55   0.20
XYZ31.252022.516412.5965
Yxy22.51640.47090.3393
Hunter Lab47.451434.521917.4768
CIE-Lab54.570740.919924.2210

#cc635b color RGB value is (204,99,91).

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

The process color (four color CMYK) of #cc635b color hex is 0.00, 0.51, 0.55, 0.20. Web safe color of #cc635b is #cc6666. Color #cc635b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100011 01011011
Octal 314 143 133
Decimal 204 99 91
Hex CC 63 5B

RGB Percentages of Color #cc635b

%51.78
%25.13
%23.10

CMYK Percentages of Color #cc635b

%0
%51
%55
%20

Triadic Colors of #cc635b

#cc635b #5bcc63 #635bcc

Analogous Colors of #cc635b

#cc635b #cc9c5b #cc5b8c

Monochromatic Colors of #cc635b

#cc635b

Complementary Color

#cc635b #5bc4cc

#cc635b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc635b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc635b Color CSS Codes

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

#cc635b Text Font Color

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

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


#cc635b Background Color

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

This div background color is #cc635b


#cc635b Border Color

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

This div border color is #cc635b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,99,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 #cc635b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc635b


Comments

No comments written yet.

Please login to write comment.