Shades of Tenne (Tawny) #CC560B
Tints of Tenne (Tawny) #CC560B
RGB
CMYK
RGB Variations
Color information
#CC560B (or 0xCC560B) is known color: Tenne (Tawny). HEX triplet: CC, 56 and 0B. RGB value is (204,86,11). Sum of RGB (Red+Green+Blue) = 204+86+11=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 86 (33.98% from 255 or 28.57% from 301); Blue value is 11 (4.69% from 255 or 3.65% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC560B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC560B is #33A9F4. Grayscale: #717171. Windows color (decimal): -3385845 or 743116. OLE color: 743116.
HSL color Cylindrical-coordinate representation of color #CC560B: hue angle of 23.32º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC560B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.2 |
| HSL | 23.32º | 0.9% | 0.42% | - |
| HSV(B) | 23.32º | 0.95% | 0.8% | - |
| XYZ | 28.29 | 19.52 | 2.59 | - |
| YUV | 112.73 | 70.59 | 193.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 11 | 0 | 0.58 | 0.95 | 0.2 | 23.32 | 0.9 | 0.42 |
| Hex | CC | 56 | B | 0 | 3A | 5F | 14 | 17 | 5A | 2A |
| Octal | 314 | 126 | 13 | 0 | 72 | 137 | 24 | 27 | 132 | 52 |
| Binary | 11001100 | 1010110 | 1011 | 0 | 111010 | 1011111 | 10100 | 10111 | 1011010 | 101010 |
Color Harmonies of #CC560B
Complementary color
Monochromatic Colors of #CC560B
Black with #CC560B
Text Example
Text Example
White with #CC560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC560B; }
p { color: rgb(204,86,11); }
H1.HeaderClassName
{
color: #CC560B;
}
.AnyTagClassName
{
color: #CC560B;
}
</style>
background-color css
<style>
a { background-color: #CC560B; }
a { background-color: rgb(204,86,11); }
div.DivClassName
{
background-color: #CC560B;
}
.BgClassName
{
background-color: #CC560B;
}
</style>
border-color css
<style>
span { border-color: #CC560B; }
span { border-color: rgb(204,86,11); }
td.TdClassName
{
border-color: #CC560B;
}
.TagClassName
{
border-color: #CC560B;
}
</style>