Shades of Tenne (Tawny) #CC4C11
Tints of Tenne (Tawny) #CC4C11
RGB
CMYK
RGB Variations
Color information
#CC4C11 (or 0xCC4C11) is known color: Tenne (Tawny). HEX triplet: CC, 4C and 11. RGB value is (204,76,17). Sum of RGB (Red+Green+Blue) = 204+76+17=297 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.69% from 297); Green value is 76 (30.08% from 255 or 25.59% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4C11 is #33B3EE. Grayscale: #6B6B6B. Windows color (decimal): -3388399 or 1133772. OLE color: 1133772.
HSL color Cylindrical-coordinate representation of color #CC4C11: hue angle of 18.93º 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 #CC4C11 is Cyan = 0, Magento = 0.63, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 17 | - |
| CMYK | 0 | 0.63 | 0.92 | 0.2 |
| HSL | 18.93º | 0.85% | 0.43% | - |
| HSV(B) | 18.93º | 0.92% | 0.8% | - |
| XYZ | 27.59 | 18.05 | 2.56 | - |
| YUV | 107.55 | 76.91 | 196.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 17 | 0 | 0.63 | 0.92 | 0.2 | 18.93 | 0.85 | 0.43 |
| Hex | CC | 4C | 11 | 0 | 3F | 5C | 14 | 13 | 55 | 2B |
| Octal | 314 | 114 | 21 | 0 | 77 | 134 | 24 | 23 | 125 | 53 |
| Binary | 11001100 | 1001100 | 10001 | 0 | 111111 | 1011100 | 10100 | 10011 | 1010101 | 101011 |
Color Harmonies of #CC4C11
Complementary color
Monochromatic Colors of #CC4C11
Black with #CC4C11
Text Example
Text Example
White with #CC4C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C11; }
p { color: rgb(204,76,17); }
H1.HeaderClassName
{
color: #CC4C11;
}
.AnyTagClassName
{
color: #CC4C11;
}
</style>
background-color css
<style>
a { background-color: #CC4C11; }
a { background-color: rgb(204,76,17); }
div.DivClassName
{
background-color: #CC4C11;
}
.BgClassName
{
background-color: #CC4C11;
}
</style>
border-color css
<style>
span { border-color: #CC4C11; }
span { border-color: rgb(204,76,17); }
td.TdClassName
{
border-color: #CC4C11;
}
.TagClassName
{
border-color: #CC4C11;
}
</style>