Shades of Tenne (Tawny) #CC4000
Tints of Tenne (Tawny) #CC4000
RGB
CMYK
RGB Variations
Color information
#CC4000 (or 0xCC4000) is known color: 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
| RGB | 204 | 64 | 0 | - |
| CMYK | 0 | 0.69 | 1 | 0.2 |
| HSL | 18.82º | 1% | 0.4% | - |
| HSV(B) | 18.82º | 1% | 0.8% | - |
| XYZ | 26.74 | 16.5 | 1.78 | - |
| YUV | 98.56 | 72.38 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 64 | 0 | 0 | 0.69 | 1 | 0.2 | 18.82 | 1 | 0.4 |
| Hex | CC | 40 | 0 | 0 | 45 | 64 | 14 | 13 | 64 | 28 |
| Octal | 314 | 100 | 0 | 0 | 105 | 144 | 24 | 23 | 144 | 50 |
| Binary | 11001100 | 1000000 | 0 | 0 | 1000101 | 1100100 | 10100 | 10011 | 1100100 | 101000 |
Color Harmonies of #CC4000
Complementary color
Monochromatic Colors of #CC4000
Black with #CC4000
Text Example
Text Example
White with #CC4000
Text Example
Text Example
HTML Codes & Css Web 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>