Shades of Tenne (Tawny) #CC5B0B
Tints of Tenne (Tawny) #CC5B0B
RGB
CMYK
RGB Variations
Color information
#CC5B0B (or 0xCC5B0B) is known color: Tenne (Tawny). HEX triplet: CC, 5B and 0B. RGB value is (204,91,11). Sum of RGB (Red+Green+Blue) = 204+91+11=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 91 (35.94% from 255 or 29.74% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC5B0B is #33A4F4. Grayscale: #747474. Windows color (decimal): -3384565 or 744396. OLE color: 744396.
HSL color Cylindrical-coordinate representation of color #CC5B0B: hue angle of 24.87º 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 #CC5B0B is Cyan = 0, Magento = 0.55, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 11 | - |
| CMYK | 0 | 0.55 | 0.95 | 0.2 |
| HSL | 24.87º | 0.9% | 0.42% | - |
| HSV(B) | 24.87º | 0.95% | 0.8% | - |
| XYZ | 28.7 | 20.34 | 2.73 | - |
| YUV | 115.67 | 68.94 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 11 | 0 | 0.55 | 0.95 | 0.2 | 24.87 | 0.9 | 0.42 |
| Hex | CC | 5B | B | 0 | 37 | 5F | 14 | 19 | 5A | 2A |
| Octal | 314 | 133 | 13 | 0 | 67 | 137 | 24 | 31 | 132 | 52 |
| Binary | 11001100 | 1011011 | 1011 | 0 | 110111 | 1011111 | 10100 | 11001 | 1011010 | 101010 |
Color Harmonies of #CC5B0B
Complementary color
Monochromatic Colors of #CC5B0B
Black with #CC5B0B
Text Example
Text Example
White with #CC5B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B0B; }
p { color: rgb(204,91,11); }
H1.HeaderClassName
{
color: #CC5B0B;
}
.AnyTagClassName
{
color: #CC5B0B;
}
</style>
background-color css
<style>
a { background-color: #CC5B0B; }
a { background-color: rgb(204,91,11); }
div.DivClassName
{
background-color: #CC5B0B;
}
.BgClassName
{
background-color: #CC5B0B;
}
</style>
border-color css
<style>
span { border-color: #CC5B0B; }
span { border-color: rgb(204,91,11); }
td.TdClassName
{
border-color: #CC5B0B;
}
.TagClassName
{
border-color: #CC5B0B;
}
</style>