#CC4600

Color #CC4600 Tenne (Tawny) (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tenne (Tawny) #CC4600

Tints of Tenne (Tawny) #CC4600

Color information

#CC4600 (or 0xCC4600) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 46 and 00. RGB value is (204,70,0). Sum of RGB (Red+Green+Blue) = 204+70+0=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 70 (27.73% from 255 or 25.55% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4600 is #33B9FF. Grayscale: #666666. Windows color (decimal): -3389952 or 18124. OLE color: 18124.

HSL color Cylindrical-coordinate representation of color #CC4600: hue angle of 20.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC4600 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB204700-
CMYK00.6610.2
HSL20.59º100%40%-
HSV(B)20.59º100%80%-
XYZ27.0917.221.9-
YUV102.0970.39200.69-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 74.45%
GREEN value IS 70 (27.73% from 255) = 25.55%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.45%
G=25.55%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20470000.6610.220.5910040
HexCC4600426414156428
Octal31410600102144242514450
Binary110011001000110001000010110010010100101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4600; }

 p { color: rgb(204,70,0); }

 H1.HeaderClassName
 {
   color: #CC4600;
 }
 .AnyTagClassName
 {
   color: #CC4600;
 }
</style>
background-color css

<style>
 a { background-color: #CC4600; }

 a { background-color: rgb(204,70,0); }

 div.DivClassName
 {
   background-color: #CC4600;
 }
 .BgClassName
 {
   background-color: #CC4600;
 }
</style>
border-color css

<style>
 span { border-color: #CC4600; }

 span { border-color: rgb(204,70,0); }

 td.TdClassName
 {
   border-color: #CC4600;
 }
 .TagClassName
 {
   border-color: #CC4600;
 }
</style>