#CC4000

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

Shades of Tenne (Tawny) #CC4000

Tints of Tenne (Tawny) #CC4000

Color information

#CC4000 (or 0xCC4000) is unknown color: approx Tenne (Tawny). HEX triplet: CC, 40 and 00. RGB value is (204,64,0). Sum of RGB (Red+Green+Blue) = 204+64+0=268 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.12% from 268); Green value is 64 (25.39% from 255 or 23.88% from 268); Blue value is 0 (0.39% from 255 or 0% from 268); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4000 is #33BFFF. Grayscale: #626262. Windows color (decimal): -3391488 or 16588. OLE color: 16588.

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

Color convert

RGB204640-
CMYK00.6910.2
HSL18.82º100%40%-
HSV(B)18.82º100%80%-
XYZ26.7416.51.78-
YUV98.5672.38203.2-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 76.12%
GREEN value IS 64 (25.39% from 255) = 23.88%
BLUE value IS 0 (0.39% from 255) = 0%
R=76.12%
G=23.88%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20464000.6910.218.8210040
HexCC4000456414136428
Octal31410000105144242314450
Binary110011001000000001000101110010010100100111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC4000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC4000; }

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

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

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

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

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

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

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

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