Color Hex Logo

#cc613e Color Hex

#CC613E
(204,97,62)
0 Favorites   0 Comments

Color spaces of #cc613e

RGB 2049762
HSL0.040.580.52
HSV15°70°80°
CMYK 0.000.520.70   0.20
XYZ30.046021.73467.1690
Yxy21.73460.50970.3687
Hunter Lab46.620433.454423.5170
CIE-Lab53.744339.984539.4888

#cc613e color RGB value is (204,97,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100001 00111110
Octal 314 141 76
Decimal 204 97 62
Hex CC 61 3E

RGB Percentages of Color #cc613e

%56.20
%26.72
%17.08

CMYK Percentages of Color #cc613e

%0
%52
%70
%20

Triadic Colors of #cc613e

#cc613e #3ecc61 #613ecc

Analogous Colors of #cc613e

#cc613e #cca83e #cc3e62

Monochromatic Colors of #cc613e

#cc613e

Complementary Color

#cc613e #3ea9cc

#cc613e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc613e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc613e Color CSS Codes

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

#cc613e Text Font Color

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

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


#cc613e Background Color

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

This div background color is #cc613e


#cc613e Border Color

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

This div border color is #cc613e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc613e


Comments

No comments written yet.

Please login to write comment.