Color Hex Logo

#cc6040 Color Hex

#CC6040
(204,96,64)
0 Favorites   0 Comments

Color spaces of #cc6040

RGB 2049664
HSL0.040.580.53
HSV14°69°80°
CMYK 0.000.530.69   0.20
XYZ30.010121.57337.4328
Yxy21.57330.50850.3655
Hunter Lab46.447134.049023.0249
CIE-Lab53.571340.594338.2119

#cc6040 color RGB value is (204,96,64).

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

The process color (four color CMYK) of #cc6040 color hex is 0.00, 0.53, 0.69, 0.20. Web safe color of #cc6040 is #cc6633. Color #cc6040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01100000 01000000
Octal 314 140 100
Decimal 204 96 64
Hex CC 60 40

RGB Percentages of Color #cc6040

%56.04
%26.37
%17.58

CMYK Percentages of Color #cc6040

%0
%53
%69
%20

Triadic Colors of #cc6040

#cc6040 #40cc60 #6040cc

Analogous Colors of #cc6040

#cc6040 #cca640 #cc4066

Monochromatic Colors of #cc6040

#cc6040

Complementary Color

#cc6040 #40accc

#cc6040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc6040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc6040 Color CSS Codes

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

#cc6040 Text Font Color

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

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


#cc6040 Background Color

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

This div background color is #cc6040


#cc6040 Border Color

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

This div border color is #cc6040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc6040


Comments

No comments written yet.

Please login to write comment.