#CC4602

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

Shades of Tenne (Tawny) #CC4602

Tints of Tenne (Tawny) #CC4602

Color information

#CC4602 (or 0xCC4602) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 46 and 02. RGB value is (204,70,2). Sum of RGB (Red+Green+Blue) = 204+70+2=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 70 (27.73% from 255 or 25.36% from 276); Blue value is 2 (1.17% from 255 or 0.72% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4602 is #33B9FD. Grayscale: #666666. Windows color (decimal): -3389950 or 149196. OLE color: 149196.

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

Color convert

RGB204702-
CMYK00.660.990.2
HSL20.2º98.06%40.39%-
HSV(B)20.2º99.02%80%-
XYZ27.117.221.95-
YUV102.3171.39200.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.91%
GREEN value IS 70 (27.73% from 255) = 25.36%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=73.91%
G=25.36%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20470200.660.990.220.298.0640.39
HexCC4620426314146228
Octal31410620102143242414250
Binary1100110010001101001000010110001110100101001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4602; }

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

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

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

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

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

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

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

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