Color Hex Logo

#cc623a Color Hex

#CC623A
(204,98,58)
0 Favorites   0 Comments

Color spaces of #cc623a

RGB 2049858
HSL0.050.590.51
HSV16°72°80°
CMYK 0.000.520.72   0.20
XYZ30.033221.87826.6430
Yxy21.87820.51290.3736
Hunter Lab46.774132.758324.3214
CIE-Lab53.897539.275541.7786

#cc623a color RGB value is (204,98,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100010 00111010
Octal 314 142 72
Decimal 204 98 58
Hex CC 62 3A

RGB Percentages of Color #cc623a

%56.67
%27.22
%16.11

CMYK Percentages of Color #cc623a

%0
%52
%72
%20

Triadic Colors of #cc623a

#cc623a #3acc62 #623acc

Analogous Colors of #cc623a

#cc623a #ccab3a #cc3a5b

Monochromatic Colors of #cc623a

#cc623a

Complementary Color

#cc623a #3aa4cc

#cc623a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc623a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc623a Color CSS Codes

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

#cc623a Text Font Color

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

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


#cc623a Background Color

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

This div background color is #cc623a


#cc623a Border Color

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

This div border color is #cc623a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc623a


Comments

No comments written yet.

Please login to write comment.