Color Hex Logo

#cc631f Color Hex

#CC631F
(204,99,31)
0 Favorites   0 Comments

Color spaces of #cc631f

RGB 2049931
HSL0.070.740.46
HSV24°85°80°
CMYK 0.000.510.85   0.20
XYZ29.611021.86003.9550
Yxy21.86000.53420.3944
Hunter Lab46.754731.228227.7129
CIE-Lab53.878137.755754.2439

#cc631f color RGB value is (204,99,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100011 00011111
Octal 314 143 37
Decimal 204 99 31
Hex CC 63 1F

RGB Percentages of Color #cc631f

%61.08
%29.64
%9.28

CMYK Percentages of Color #cc631f

%0
%51
%85
%20

Triadic Colors of #cc631f

#cc631f #1fcc63 #631fcc

Analogous Colors of #cc631f

#cc631f #ccba1f #cc1f31

Monochromatic Colors of #cc631f

#cc631f

Complementary Color

#cc631f #1f88cc

#cc631f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc631f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc631f Color CSS Codes

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

#cc631f Text Font Color

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

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


#cc631f Background Color

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

This div background color is #cc631f


#cc631f Border Color

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

This div border color is #cc631f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc631f


Comments

No comments written yet.

Please login to write comment.