Shades of Tenne (Tawny) #CC4F11
Tints of Tenne (Tawny) #CC4F11
RGB
CMYK
RGB Variations
Color information
#CC4F11 (or 0xCC4F11) is known color: Tenne (Tawny). HEX triplet: CC, 4F and 11. RGB value is (204,79,17). Sum of RGB (Red+Green+Blue) = 204+79+17=300 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 17 (7.03% from 255 or 5.67% from 300); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4F11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4F11 is #33B0EE. Grayscale: #6D6D6D. Windows color (decimal): -3387631 or 1134540. OLE color: 1134540.
HSL color Cylindrical-coordinate representation of color #CC4F11: hue angle of 19.89º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC4F11 is Cyan = 0, Magento = 0.61, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 79 | 17 | - |
| CMYK | 0 | 0.61 | 0.92 | 0.2 |
| HSL | 19.89º | 0.85% | 0.43% | - |
| HSV(B) | 19.89º | 0.92% | 0.8% | - |
| XYZ | 27.8 | 18.47 | 2.63 | - |
| YUV | 109.31 | 75.91 | 195.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 79 | 17 | 0 | 0.61 | 0.92 | 0.2 | 19.89 | 0.85 | 0.43 |
| Hex | CC | 4F | 11 | 0 | 3D | 5C | 14 | 14 | 55 | 2B |
| Octal | 314 | 117 | 21 | 0 | 75 | 134 | 24 | 24 | 125 | 53 |
| Binary | 11001100 | 1001111 | 10001 | 0 | 111101 | 1011100 | 10100 | 10100 | 1010101 | 101011 |
Color Harmonies of #CC4F11
Complementary color
Monochromatic Colors of #CC4F11
Black with #CC4F11
Text Example
Text Example
White with #CC4F11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4F11; }
p { color: rgb(204,79,17); }
H1.HeaderClassName
{
color: #CC4F11;
}
.AnyTagClassName
{
color: #CC4F11;
}
</style>
background-color css
<style>
a { background-color: #CC4F11; }
a { background-color: rgb(204,79,17); }
div.DivClassName
{
background-color: #CC4F11;
}
.BgClassName
{
background-color: #CC4F11;
}
</style>
border-color css
<style>
span { border-color: #CC4F11; }
span { border-color: rgb(204,79,17); }
td.TdClassName
{
border-color: #CC4F11;
}
.TagClassName
{
border-color: #CC4F11;
}
</style>