#CC6502

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

Shades of Tenne (Tawny) #CC6502

Tints of Tenne (Tawny) #CC6502

Color information

#CC6502 (or 0xCC6502) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 65 and 02. RGB value is (204,101,2). Sum of RGB (Red+Green+Blue) = 204+101+2=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 2 (1.17% from 255 or 0.65% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC6502 is #339AFD. Grayscale: #797979. Windows color (decimal): -3382014 or 157132. OLE color: 157132.

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

Color convert

RGB2041012-
CMYK00.500.990.2
HSL29.41º98.06%40.39%-
HSV(B)29.41º99.02%80%-
XYZ29.5722.152.77-
YUV120.5161.12187.55-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 66.45%
GREEN value IS 101 (39.84% from 255) = 32.90%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=66.45%
G=32.90%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204101200.500.990.229.4198.0640.39
HexCC65203263141d6228
Octal3141452062143243514250
Binary110011001100101100110010110001110100111011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6502

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6502; }

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

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

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

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

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

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

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

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