Color Hex Logo

#cc4610 Color Hex

#CC4610
(204,70,16)
0 Favorites   0 Comments

Color spaces of #cc4610

RGB 2047016
HSL0.050.850.43
HSV17°92°80°
CMYK 0.000.660.92   0.20
XYZ27.185517.25512.3879
Yxy17.25510.58050.3685
Hunter Lab41.539344.126225.6692
CIE-Lab48.579951.073455.3626

#cc4610 color RGB value is (204,70,16).

#cc4610 hex color red value is 204, green value is 70 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #cc4610 hue: 0.05 , saturation: 0.85 and the lightness value of cc4610 is 0.43.

The process color (four color CMYK) of #cc4610 color hex is 0.00, 0.66, 0.92, 0.20. Web safe color of #cc4610 is #cc3300. Color #cc4610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 01000110 00010000
Octal 314 106 20
Decimal 204 70 16
Hex CC 46 10

RGB Percentages of Color #cc4610

%70.34
%24.14
%5.52

CMYK Percentages of Color #cc4610

%0
%66
%92
%20

Triadic Colors of #cc4610

#cc4610 #10cc46 #4610cc

Analogous Colors of #cc4610

#cc4610 #cca410 #cc1038

Monochromatic Colors of #cc4610

#cc4610

Complementary Color

#cc4610 #1096cc

#cc4610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc4610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc4610 Color CSS Codes

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

#cc4610 Text Font Color

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

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


#cc4610 Background Color

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

This div background color is #cc4610


#cc4610 Border Color

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

This div border color is #cc4610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc4610


Comments

No comments written yet.

Please login to write comment.