Shades of Tenne (Tawny) #CC5F00
Tints of Tenne (Tawny) #CC5F00
RGB
CMYK
RGB Variations
Color information
#CC5F00 (or 0xCC5F00) is known color: Tenne (Tawny). HEX triplet: CC, 5F and 00. RGB value is (204,95,0). Sum of RGB (Red+Green+Blue) = 204+95+0=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 95 (37.5% from 255 or 31.77% from 299); Blue value is 0 (0.39% from 255 or 0% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5F00 is #33A0FF. Grayscale: #757575. Windows color (decimal): -3383552 or 24524. OLE color: 24524.
HSL color Cylindrical-coordinate representation of color #CC5F00: hue angle of 27.94º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC5F00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 95 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.2 |
| HSL | 27.94º | 1% | 0.4% | - |
| HSV(B) | 27.94º | 1% | 0.8% | - |
| XYZ | 28.99 | 21.02 | 2.53 | - |
| YUV | 116.76 | 62.11 | 190.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 95 | 0 | 0 | 0.53 | 1 | 0.2 | 27.94 | 1 | 0.4 |
| Hex | CC | 5F | 0 | 0 | 35 | 64 | 14 | 1C | 64 | 28 |
| Octal | 314 | 137 | 0 | 0 | 65 | 144 | 24 | 34 | 144 | 50 |
| Binary | 11001100 | 1011111 | 0 | 0 | 110101 | 1100100 | 10100 | 11100 | 1100100 | 101000 |
Color Harmonies of #CC5F00
Complementary color
Monochromatic Colors of #CC5F00
Black with #CC5F00
Text Example
Text Example
White with #CC5F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5F00; }
p { color: rgb(204,95,0); }
H1.HeaderClassName
{
color: #CC5F00;
}
.AnyTagClassName
{
color: #CC5F00;
}
</style>
background-color css
<style>
a { background-color: #CC5F00; }
a { background-color: rgb(204,95,0); }
div.DivClassName
{
background-color: #CC5F00;
}
.BgClassName
{
background-color: #CC5F00;
}
</style>
border-color css
<style>
span { border-color: #CC5F00; }
span { border-color: rgb(204,95,0); }
td.TdClassName
{
border-color: #CC5F00;
}
.TagClassName
{
border-color: #CC5F00;
}
</style>