Shades of Tenne (Tawny) #CC5A0F
Tints of Tenne (Tawny) #CC5A0F
RGB
CMYK
RGB Variations
Color information
#CC5A0F (or 0xCC5A0F) is known color: Tenne (Tawny). HEX triplet: CC, 5A and 0F. RGB value is (204,90,15). Sum of RGB (Red+Green+Blue) = 204+90+15=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 15 (6.25% from 255 or 4.85% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5A0F is #33A5F0. Grayscale: #737373. Windows color (decimal): -3384817 or 1006284. OLE color: 1006284.
HSL color Cylindrical-coordinate representation of color #CC5A0F: hue angle of 23.81º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC5A0F is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 15 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.2 |
| HSL | 23.81º | 0.86% | 0.43% | - |
| HSV(B) | 23.81º | 0.93% | 0.8% | - |
| XYZ | 28.64 | 20.18 | 2.84 | - |
| YUV | 115.54 | 71.27 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 15 | 0 | 0.56 | 0.93 | 0.2 | 23.81 | 0.86 | 0.43 |
| Hex | CC | 5A | F | 0 | 38 | 5D | 14 | 18 | 56 | 2B |
| Octal | 314 | 132 | 17 | 0 | 70 | 135 | 24 | 30 | 126 | 53 |
| Binary | 11001100 | 1011010 | 1111 | 0 | 111000 | 1011101 | 10100 | 11000 | 1010110 | 101011 |
Color Harmonies of #CC5A0F
Complementary color
Monochromatic Colors of #CC5A0F
Black with #CC5A0F
Text Example
Text Example
White with #CC5A0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A0F; }
p { color: rgb(204,90,15); }
H1.HeaderClassName
{
color: #CC5A0F;
}
.AnyTagClassName
{
color: #CC5A0F;
}
</style>
background-color css
<style>
a { background-color: #CC5A0F; }
a { background-color: rgb(204,90,15); }
div.DivClassName
{
background-color: #CC5A0F;
}
.BgClassName
{
background-color: #CC5A0F;
}
</style>
border-color css
<style>
span { border-color: #CC5A0F; }
span { border-color: rgb(204,90,15); }
td.TdClassName
{
border-color: #CC5A0F;
}
.TagClassName
{
border-color: #CC5A0F;
}
</style>