Color Hex Logo

#cc622f Color Hex

#CC622F
(204,98,47)
0 Favorites   0 Comments

Color spaces of #cc622f

RGB 2049847
HSL0.050.630.49
HSV19°77°80°
CMYK 0.000.520.77   0.20
XYZ29.782621.77805.3232
Yxy21.77800.52360.3829
Hunter Lab46.666932.250825.9037
CIE-Lab53.790738.786347.1978

#cc622f color RGB value is (204,98,47).

#cc622f hex color red value is 204, green value is 98 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #cc622f hue: 0.05 , saturation: 0.63 and the lightness value of cc622f is 0.49.

The process color (four color CMYK) of #cc622f color hex is 0.00, 0.52, 0.77, 0.20. Web safe color of #cc622f is #cc6633. Color #cc622f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100010 00101111
Octal 314 142 57
Decimal 204 98 47
Hex CC 62 2F

RGB Percentages of Color #cc622f

%58.45
%28.08
%13.47

CMYK Percentages of Color #cc622f

%0
%52
%77
%20

Triadic Colors of #cc622f

#cc622f #2fcc62 #622fcc

Analogous Colors of #cc622f

#cc622f #ccb12f #cc2f4a

Monochromatic Colors of #cc622f

#cc622f

Complementary Color

#cc622f #2f99cc

#cc622f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc622f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc622f Color CSS Codes

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

#cc622f Text Font Color

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

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


#cc622f Background Color

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

This div background color is #cc622f


#cc622f Border Color

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

This div border color is #cc622f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc622f


Comments

No comments written yet.

Please login to write comment.