Shades of Tenne (Tawny) #CC5B09
Tints of Tenne (Tawny) #CC5B09
RGB
CMYK
RGB Variations
Color information
#CC5B09 (or 0xCC5B09) is known color: Tenne (Tawny). HEX triplet: CC, 5B and 09. RGB value is (204,91,9). Sum of RGB (Red+Green+Blue) = 204+91+9=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 91 (35.94% from 255 or 29.93% from 304); Blue value is 9 (3.91% from 255 or 2.96% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5B09 is #33A4F6. Grayscale: #737373. Windows color (decimal): -3384567 or 613324. OLE color: 613324.
HSL color Cylindrical-coordinate representation of color #CC5B09: hue angle of 25.23º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC5B09 is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 9 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.2 |
| HSL | 25.23º | 0.92% | 0.42% | - |
| HSV(B) | 25.23º | 0.96% | 0.8% | - |
| XYZ | 28.69 | 20.34 | 2.67 | - |
| YUV | 115.44 | 67.94 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 9 | 0 | 0.55 | 0.96 | 0.2 | 25.23 | 0.92 | 0.42 |
| Hex | CC | 5B | 9 | 0 | 37 | 60 | 14 | 19 | 5C | 2A |
| Octal | 314 | 133 | 11 | 0 | 67 | 140 | 24 | 31 | 134 | 52 |
| Binary | 11001100 | 1011011 | 1001 | 0 | 110111 | 1100000 | 10100 | 11001 | 1011100 | 101010 |
Color Harmonies of #CC5B09
Complementary color
Monochromatic Colors of #CC5B09
Black with #CC5B09
Text Example
Text Example
White with #CC5B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B09; }
p { color: rgb(204,91,9); }
H1.HeaderClassName
{
color: #CC5B09;
}
.AnyTagClassName
{
color: #CC5B09;
}
</style>
background-color css
<style>
a { background-color: #CC5B09; }
a { background-color: rgb(204,91,9); }
div.DivClassName
{
background-color: #CC5B09;
}
.BgClassName
{
background-color: #CC5B09;
}
</style>
border-color css
<style>
span { border-color: #CC5B09; }
span { border-color: rgb(204,91,9); }
td.TdClassName
{
border-color: #CC5B09;
}
.TagClassName
{
border-color: #CC5B09;
}
</style>