Shades of Tenne (Tawny) #CC4F0C
Tints of Tenne (Tawny) #CC4F0C
RGB
CMYK
RGB Variations
Color information
#CC4F0C (or 0xCC4F0C) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 0C. RGB value is (204,79,12). Sum of RGB (Red+Green+Blue) = 204+79+12=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 79 (31.25% from 255 or 26.78% from 295); Blue value is 12 (5.08% from 255 or 4.07% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F0C is #33B0F3. Grayscale: #6D6D6D. Windows color (decimal): -3387636 or 806860. OLE color: 806860.
HSL color Cylindrical-coordinate representation of color #CC4F0C: hue angle of 20.94º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC4F0C is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 12 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.2 |
| HSL | 20.94º | 0.89% | 0.42% | - |
| HSV(B) | 20.94º | 0.94% | 0.8% | - |
| XYZ | 27.76 | 18.46 | 2.45 | - |
| YUV | 108.74 | 73.41 | 195.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 12 | 0 | 0.61 | 0.94 | 0.2 | 20.94 | 0.89 | 0.42 |
| Hex | CC | 4F | C | 0 | 3D | 5E | 14 | 15 | 59 | 2A |
| Octal | 314 | 117 | 14 | 0 | 75 | 136 | 24 | 25 | 131 | 52 |
| Binary | 11001100 | 1001111 | 1100 | 0 | 111101 | 1011110 | 10100 | 10101 | 1011001 | 101010 |
Color Harmonies of #CC4F0C
Complementary color
Monochromatic Colors of #CC4F0C
Black with #CC4F0C
Text Example
Text Example
White with #CC4F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F0C; }
p { color: rgb(204,79,12); }
H1.HeaderClassName
{
color: #CC4F0C;
}
.AnyTagClassName
{
color: #CC4F0C;
}
</style>
background-color css
<style>
a { background-color: #CC4F0C; }
a { background-color: rgb(204,79,12); }
div.DivClassName
{
background-color: #CC4F0C;
}
.BgClassName
{
background-color: #CC4F0C;
}
</style>
border-color css
<style>
span { border-color: #CC4F0C; }
span { border-color: rgb(204,79,12); }
td.TdClassName
{
border-color: #CC4F0C;
}
.TagClassName
{
border-color: #CC4F0C;
}
</style>