Color Hex Logo

#cc613a Color Hex

#CC613A
(204,97,58)
0 Favorites   0 Comments

Color spaces of #cc613a

RGB 2049758
HSL0.040.590.51
HSV16°72°80°
CMYK 0.000.520.72   0.20
XYZ29.940321.69226.6120
Yxy21.69220.51400.3724
Hunter Lab46.574933.241324.1853
CIE-Lab53.698939.780241.5587

#cc613a color RGB value is (204,97,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 00111010
Octal 314 141 72
Decimal 204 97 58
Hex CC 61 3A

RGB Percentages of Color #cc613a

%56.82
%27.02
%16.16

CMYK Percentages of Color #cc613a

%0
%52
%72
%20

Triadic Colors of #cc613a

#cc613a #3acc61 #613acc

Analogous Colors of #cc613a

#cc613a #ccaa3a #cc3a5c

Monochromatic Colors of #cc613a

#cc613a

Complementary Color

#cc613a #3aa5cc

#cc613a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc613a Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc613a Color CSS Codes

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

#cc613a Text Font Color

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

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


#cc613a Background Color

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

This div background color is #cc613a


#cc613a Border Color

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

This div border color is #cc613a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc613a


Comments

No comments written yet.

Please login to write comment.