Shades of Tenne (Tawny) #CC5F0A
Tints of Tenne (Tawny) #CC5F0A
RGB
CMYK
RGB Variations
Color information
#CC5F0A (or 0xCC5F0A) is known color: Tenne (Tawny). HEX triplet: CC, 5F and 0A. RGB value is (204,95,10). Sum of RGB (Red+Green+Blue) = 204+95+10=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 10 (4.30% from 255 or 3.24% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5F0A is #33A0F5. Grayscale: #767676. Windows color (decimal): -3383542 or 679884. OLE color: 679884.
HSL color Cylindrical-coordinate representation of color #CC5F0A: hue angle of 26.29º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC5F0A is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 10 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.2 |
| HSL | 26.29º | 0.91% | 0.42% | - |
| HSV(B) | 26.29º | 0.95% | 0.8% | - |
| XYZ | 29.05 | 21.04 | 2.82 | - |
| YUV | 117.9 | 67.11 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 10 | 0 | 0.53 | 0.95 | 0.2 | 26.29 | 0.91 | 0.42 |
| Hex | CC | 5F | A | 0 | 35 | 5F | 14 | 1A | 5B | 2A |
| Octal | 314 | 137 | 12 | 0 | 65 | 137 | 24 | 32 | 133 | 52 |
| Binary | 11001100 | 1011111 | 1010 | 0 | 110101 | 1011111 | 10100 | 11010 | 1011011 | 101010 |
Color Harmonies of #CC5F0A
Complementary color
Monochromatic Colors of #CC5F0A
Black with #CC5F0A
Text Example
Text Example
White with #CC5F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F0A; }
p { color: rgb(204,95,10); }
H1.HeaderClassName
{
color: #CC5F0A;
}
.AnyTagClassName
{
color: #CC5F0A;
}
</style>
background-color css
<style>
a { background-color: #CC5F0A; }
a { background-color: rgb(204,95,10); }
div.DivClassName
{
background-color: #CC5F0A;
}
.BgClassName
{
background-color: #CC5F0A;
}
</style>
border-color css
<style>
span { border-color: #CC5F0A; }
span { border-color: rgb(204,95,10); }
td.TdClassName
{
border-color: #CC5F0A;
}
.TagClassName
{
border-color: #CC5F0A;
}
</style>