#CC6002

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

Shades of Tenne (Tawny) #CC6002

Tints of Tenne (Tawny) #CC6002

Color information

#CC6002 (or 0xCC6002) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 60 and 02. RGB value is (204,96,2). Sum of RGB (Red+Green+Blue) = 204+96+2=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 96 (37.89% from 255 or 31.79% from 302); Blue value is 2 (1.17% from 255 or 0.66% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6002 is #339FFD. Grayscale: #767676. Windows color (decimal): -3383294 or 155852. OLE color: 155852.

HSL color Cylindrical-coordinate representation of color #CC6002: hue angle of 27.92º 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 #CC6002 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB204962-
CMYK00.530.990.2
HSL27.92º98.06%40.39%-
HSV(B)27.92º99.02%80%-
XYZ29.121.212.62-
YUV117.5862.78189.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 67.55%
GREEN value IS 96 (37.89% from 255) = 31.79%
BLUE value IS 2 (1.17% from 255) = 0.66%
R=67.55%
G=31.79%
B=0.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20496200.530.990.227.9298.0640.39
HexCC60203563141c6228
Octal3141402065143243414250
Binary110011001100000100110101110001110100111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6002; }

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

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

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

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

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

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

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

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