Shades of Tenne (Tawny) #CC5309
Tints of Tenne (Tawny) #CC5309
RGB
CMYK
RGB Variations
Color information
#CC5309 (or 0xCC5309) is known color: Tenne (Tawny). HEX triplet: CC, 53 and 09. RGB value is (204,83,9). Sum of RGB (Red+Green+Blue) = 204+83+9=296 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.92% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 9 (3.91% from 255 or 3.04% from 296); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5309 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5309 is #33ACF6. Grayscale: #6F6F6F. Windows color (decimal): -3386615 or 611276. OLE color: 611276.
HSL color Cylindrical-coordinate representation of color #CC5309: hue angle of 22.77º 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 #CC5309 is Cyan = 0, Magento = 0.59, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 83 | 9 | - |
| CMYK | 0 | 0.59 | 0.96 | 0.2 |
| HSL | 22.77º | 0.92% | 0.42% | - |
| HSV(B) | 22.77º | 0.96% | 0.8% | - |
| XYZ | 28.04 | 19.04 | 2.46 | - |
| YUV | 110.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 83 | 9 | 0 | 0.59 | 0.96 | 0.2 | 22.77 | 0.92 | 0.42 |
| Hex | CC | 53 | 9 | 0 | 3B | 60 | 14 | 17 | 5C | 2A |
| Octal | 314 | 123 | 11 | 0 | 73 | 140 | 24 | 27 | 134 | 52 |
| Binary | 11001100 | 1010011 | 1001 | 0 | 111011 | 1100000 | 10100 | 10111 | 1011100 | 101010 |
Color Harmonies of #CC5309
Complementary color
Monochromatic Colors of #CC5309
Black with #CC5309
Text Example
Text Example
White with #CC5309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5309; }
p { color: rgb(204,83,9); }
H1.HeaderClassName
{
color: #CC5309;
}
.AnyTagClassName
{
color: #CC5309;
}
</style>
background-color css
<style>
a { background-color: #CC5309; }
a { background-color: rgb(204,83,9); }
div.DivClassName
{
background-color: #CC5309;
}
.BgClassName
{
background-color: #CC5309;
}
</style>
border-color css
<style>
span { border-color: #CC5309; }
span { border-color: rgb(204,83,9); }
td.TdClassName
{
border-color: #CC5309;
}
.TagClassName
{
border-color: #CC5309;
}
</style>