#CC4800

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

Shades of Tenne (Tawny) #CC4800

Tints of Tenne (Tawny) #CC4800

Color information

#CC4800 (or 0xCC4800) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 48 and 00. RGB value is (204,72,0). Sum of RGB (Red+Green+Blue) = 204+72+0=276 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.91% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 0 (0.39% from 255 or 0% from 276); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4800 is #33B7FF. Grayscale: #676767. Windows color (decimal): -3389440 or 18636. OLE color: 18636.

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

Color convert

RGB204720-
CMYK00.6510.2
HSL21.18º100%40%-
HSV(B)21.18º100%80%-
XYZ27.2217.471.94-
YUV103.2669.73199.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.91%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 0 (0.39% from 255) = 0%
R=73.91%
G=26.09%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20472000.6510.221.1810040
HexCC4800416414156428
Octal31411000101144242514450
Binary110011001001000001000001110010010100101011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4800; }

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

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

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

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

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

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

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

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