#CC4504

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

Shades of Tenne (Tawny) #CC4504

Tints of Tenne (Tawny) #CC4504

Color information

#CC4504 (or 0xCC4504) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 45 and 04. RGB value is (204,69,4). Sum of RGB (Red+Green+Blue) = 204+69+4=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 69 (27.34% from 255 or 24.91% from 277); Blue value is 4 (1.95% from 255 or 1.44% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4504 is #33BAFB. Grayscale: #666666. Windows color (decimal): -3390204 or 280012. OLE color: 280012.

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

Color convert

RGB204694-
CMYK00.660.980.2
HSL19.5º96.15%40.78%-
HSV(B)19.5º98.04%80%-
XYZ27.0517.11.99-
YUV101.9672.73200.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.65%
GREEN value IS 69 (27.34% from 255) = 24.91%
BLUE value IS 4 (1.95% from 255) = 1.44%
R=73.65%
G=24.91%
B=1.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20469400.660.980.219.596.1540.78
HexCC4540426214146029
Octal31410540102142242414051
Binary11001100100010110001000010110001010100101001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4504; }

 p { color: rgb(204,69,4); }

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

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

 a { background-color: rgb(204,69,4); }

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

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

 span { border-color: rgb(204,69,4); }

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