Shades of Tenne (Tawny) #CC4D11
Tints of Tenne (Tawny) #CC4D11
RGB
CMYK
RGB Variations
Color information
#CC4D11 (or 0xCC4D11) is known color: Tenne (Tawny). HEX triplet: CC, 4D and 11. RGB value is (204,77,17). Sum of RGB (Red+Green+Blue) = 204+77+17=298 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.46% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 17 (7.03% from 255 or 5.70% from 298); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC4D11 is #33B2EE. Grayscale: #6C6C6C. Windows color (decimal): -3388143 or 1134028. OLE color: 1134028.
HSL color Cylindrical-coordinate representation of color #CC4D11: hue angle of 19.25º 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 #CC4D11 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 17 | - |
| CMYK | 0 | 0.62 | 0.92 | 0.2 |
| HSL | 19.25º | 0.85% | 0.43% | - |
| HSV(B) | 19.25º | 0.92% | 0.8% | - |
| XYZ | 27.66 | 18.19 | 2.58 | - |
| YUV | 108.13 | 76.58 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 17 | 0 | 0.62 | 0.92 | 0.2 | 19.25 | 0.85 | 0.43 |
| Hex | CC | 4D | 11 | 0 | 3E | 5C | 14 | 13 | 55 | 2B |
| Octal | 314 | 115 | 21 | 0 | 76 | 134 | 24 | 23 | 125 | 53 |
| Binary | 11001100 | 1001101 | 10001 | 0 | 111110 | 1011100 | 10100 | 10011 | 1010101 | 101011 |
Color Harmonies of #CC4D11
Complementary color
Monochromatic Colors of #CC4D11
Black with #CC4D11
Text Example
Text Example
White with #CC4D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D11; }
p { color: rgb(204,77,17); }
H1.HeaderClassName
{
color: #CC4D11;
}
.AnyTagClassName
{
color: #CC4D11;
}
</style>
background-color css
<style>
a { background-color: #CC4D11; }
a { background-color: rgb(204,77,17); }
div.DivClassName
{
background-color: #CC4D11;
}
.BgClassName
{
background-color: #CC4D11;
}
</style>
border-color css
<style>
span { border-color: #CC4D11; }
span { border-color: rgb(204,77,17); }
td.TdClassName
{
border-color: #CC4D11;
}
.TagClassName
{
border-color: #CC4D11;
}
</style>