Shades of Tenne (Tawny) #CC4C0F
Tints of Tenne (Tawny) #CC4C0F
RGB
CMYK
RGB Variations
Color information
#CC4C0F (or 0xCC4C0F) is known color: Tenne (Tawny). HEX triplet: CC, 4C and 0F. RGB value is (204,76,15). Sum of RGB (Red+Green+Blue) = 204+76+15=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 76 (30.08% from 255 or 25.76% from 295); Blue value is 15 (6.25% from 255 or 5.08% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C0F is #33B3F0. Grayscale: #6B6B6B. Windows color (decimal): -3388401 or 1002700. OLE color: 1002700.
HSL color Cylindrical-coordinate representation of color #CC4C0F: hue angle of 19.37º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC4C0F is Cyan = 0, Magento = 0.63, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 15 | - |
| CMYK | 0 | 0.63 | 0.93 | 0.2 |
| HSL | 19.37º | 0.86% | 0.43% | - |
| HSV(B) | 19.37º | 0.93% | 0.8% | - |
| XYZ | 27.57 | 18.04 | 2.48 | - |
| YUV | 107.32 | 75.91 | 196.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 15 | 0 | 0.63 | 0.93 | 0.2 | 19.37 | 0.86 | 0.43 |
| Hex | CC | 4C | F | 0 | 3F | 5D | 14 | 13 | 56 | 2B |
| Octal | 314 | 114 | 17 | 0 | 77 | 135 | 24 | 23 | 126 | 53 |
| Binary | 11001100 | 1001100 | 1111 | 0 | 111111 | 1011101 | 10100 | 10011 | 1010110 | 101011 |
Color Harmonies of #CC4C0F
Complementary color
Monochromatic Colors of #CC4C0F
Black with #CC4C0F
Text Example
Text Example
White with #CC4C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C0F; }
p { color: rgb(204,76,15); }
H1.HeaderClassName
{
color: #CC4C0F;
}
.AnyTagClassName
{
color: #CC4C0F;
}
</style>
background-color css
<style>
a { background-color: #CC4C0F; }
a { background-color: rgb(204,76,15); }
div.DivClassName
{
background-color: #CC4C0F;
}
.BgClassName
{
background-color: #CC4C0F;
}
</style>
border-color css
<style>
span { border-color: #CC4C0F; }
span { border-color: rgb(204,76,15); }
td.TdClassName
{
border-color: #CC4C0F;
}
.TagClassName
{
border-color: #CC4C0F;
}
</style>