Shades of Tenne (Tawny) #CC5D0C
Tints of Tenne (Tawny) #CC5D0C
RGB
CMYK
RGB Variations
Color information
#CC5D0C (or 0xCC5D0C) is known color: Tenne (Tawny). HEX triplet: CC, 5D and 0C. RGB value is (204,93,12). Sum of RGB (Red+Green+Blue) = 204+93+12=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 93 (36.72% from 255 or 30.10% from 309); Blue value is 12 (5.08% from 255 or 3.88% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5D0C is #33A2F3. Grayscale: #757575. Windows color (decimal): -3384052 or 810444. OLE color: 810444.
HSL color Cylindrical-coordinate representation of color #CC5D0C: hue angle of 25.31º 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 #CC5D0C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 93 | 12 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.2 |
| HSL | 25.31º | 0.89% | 0.42% | - |
| HSV(B) | 25.31º | 0.94% | 0.8% | - |
| XYZ | 28.88 | 20.69 | 2.82 | - |
| YUV | 116.96 | 68.77 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 93 | 12 | 0 | 0.54 | 0.94 | 0.2 | 25.31 | 0.89 | 0.42 |
| Hex | CC | 5D | C | 0 | 36 | 5E | 14 | 19 | 59 | 2A |
| Octal | 314 | 135 | 14 | 0 | 66 | 136 | 24 | 31 | 131 | 52 |
| Binary | 11001100 | 1011101 | 1100 | 0 | 110110 | 1011110 | 10100 | 11001 | 1011001 | 101010 |
Color Harmonies of #CC5D0C
Complementary color
Monochromatic Colors of #CC5D0C
Black with #CC5D0C
Text Example
Text Example
White with #CC5D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5D0C; }
p { color: rgb(204,93,12); }
H1.HeaderClassName
{
color: #CC5D0C;
}
.AnyTagClassName
{
color: #CC5D0C;
}
</style>
background-color css
<style>
a { background-color: #CC5D0C; }
a { background-color: rgb(204,93,12); }
div.DivClassName
{
background-color: #CC5D0C;
}
.BgClassName
{
background-color: #CC5D0C;
}
</style>
border-color css
<style>
span { border-color: #CC5D0C; }
span { border-color: rgb(204,93,12); }
td.TdClassName
{
border-color: #CC5D0C;
}
.TagClassName
{
border-color: #CC5D0C;
}
</style>