Color Hex Logo

#cc623c Color Hex

#CC623C
(204,98,60)
0 Favorites   0 Comments

Color spaces of #cc623c

RGB 2049860
HSL0.040.590.52
HSV16°71°80°
CMYK 0.000.520.71   0.20
XYZ30.085121.89906.9162
Yxy21.89900.51080.3718
Hunter Lab46.796432.862923.9948
CIE-Lab53.919739.376140.7519

#cc623c color RGB value is (204,98,60).

#cc623c hex color red value is 204, green value is 98 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cc623c hue: 0.04 , saturation: 0.59 and the lightness value of cc623c is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100010 00111100
Octal 314 142 74
Decimal 204 98 60
Hex CC 62 3C

RGB Percentages of Color #cc623c

%56.35
%27.07
%16.57

CMYK Percentages of Color #cc623c

%0
%52
%71
%20

Triadic Colors of #cc623c

#cc623c #3ccc62 #623ccc

Analogous Colors of #cc623c

#cc623c #ccaa3c #cc3c5e

Monochromatic Colors of #cc623c

#cc623c

Complementary Color

#cc623c #3ca6cc

#cc623c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc623c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc623c Color CSS Codes

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

#cc623c Text Font Color

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

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


#cc623c Background Color

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

This div background color is #cc623c


#cc623c Border Color

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

This div border color is #cc623c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc623c


Comments

No comments written yet.

Please login to write comment.