Shades of Tenne (Tawny) #CC5A01
Tints of Tenne (Tawny) #CC5A01
RGB
CMYK
RGB Variations
Color information
#CC5A01 (or 0xCC5A01) is known color: Tenne (Tawny). HEX triplet: CC, 5A and 01. RGB value is (204,90,1). Sum of RGB (Red+Green+Blue) = 204+90+1=295 (39% of max value = 765). Red value is 204 (80.08% from 255 or 69.15% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 1 (0.78% from 255 or 0.34% from 295); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5A01 is #33A5FE. Grayscale: #727272. Windows color (decimal): -3384831 or 88780. OLE color: 88780.
HSL color Cylindrical-coordinate representation of color #CC5A01: hue angle of 26.31º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC5A01 is Cyan = 0, Magento = 0.56, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 1 | - |
| CMYK | 0 | 0.56 | 1.00 | 0.2 |
| HSL | 26.31º | 0.99% | 0.4% | - |
| HSV(B) | 26.31º | 1% | 0.8% | - |
| XYZ | 28.56 | 20.15 | 2.41 | - |
| YUV | 113.94 | 64.27 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 1 | 0 | 0.56 | 1.00 | 0.2 | 26.31 | 0.99 | 0.4 |
| Hex | CC | 5A | 1 | 0 | 38 | 64 | 14 | 1A | 63 | 28 |
| Octal | 314 | 132 | 1 | 0 | 70 | 144 | 24 | 32 | 143 | 50 |
| Binary | 11001100 | 1011010 | 1 | 0 | 111000 | 1100100 | 10100 | 11010 | 1100011 | 101000 |
Color Harmonies of #CC5A01
Complementary color
Monochromatic Colors of #CC5A01
Black with #CC5A01
Text Example
Text Example
White with #CC5A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A01; }
p { color: rgb(204,90,1); }
H1.HeaderClassName
{
color: #CC5A01;
}
.AnyTagClassName
{
color: #CC5A01;
}
</style>
background-color css
<style>
a { background-color: #CC5A01; }
a { background-color: rgb(204,90,1); }
div.DivClassName
{
background-color: #CC5A01;
}
.BgClassName
{
background-color: #CC5A01;
}
</style>
border-color css
<style>
span { border-color: #CC5A01; }
span { border-color: rgb(204,90,1); }
td.TdClassName
{
border-color: #CC5A01;
}
.TagClassName
{
border-color: #CC5A01;
}
</style>