Shades of Tenne (Tawny) #CC580B
Tints of Tenne (Tawny) #CC580B
RGB
CMYK
RGB Variations
Color information
#CC580B (or 0xCC580B) is known color: Tenne (Tawny). HEX triplet: CC, 58 and 0B. RGB value is (204,88,11). Sum of RGB (Red+Green+Blue) = 204+88+11=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC580B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC580B is #33A7F4. Grayscale: #727272. Windows color (decimal): -3385333 or 743628. OLE color: 743628.
HSL color Cylindrical-coordinate representation of color #CC580B: hue angle of 23.94º 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 #CC580B is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 11 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.2 |
| HSL | 23.94º | 0.9% | 0.42% | - |
| HSV(B) | 23.94º | 0.95% | 0.8% | - |
| XYZ | 28.45 | 19.84 | 2.65 | - |
| YUV | 113.91 | 69.93 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 11 | 0 | 0.57 | 0.95 | 0.2 | 23.94 | 0.9 | 0.42 |
| Hex | CC | 58 | B | 0 | 39 | 5F | 14 | 18 | 5A | 2A |
| Octal | 314 | 130 | 13 | 0 | 71 | 137 | 24 | 30 | 132 | 52 |
| Binary | 11001100 | 1011000 | 1011 | 0 | 111001 | 1011111 | 10100 | 11000 | 1011010 | 101010 |
Color Harmonies of #CC580B
Complementary color
Monochromatic Colors of #CC580B
Black with #CC580B
Text Example
Text Example
White with #CC580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC580B; }
p { color: rgb(204,88,11); }
H1.HeaderClassName
{
color: #CC580B;
}
.AnyTagClassName
{
color: #CC580B;
}
</style>
background-color css
<style>
a { background-color: #CC580B; }
a { background-color: rgb(204,88,11); }
div.DivClassName
{
background-color: #CC580B;
}
.BgClassName
{
background-color: #CC580B;
}
</style>
border-color css
<style>
span { border-color: #CC580B; }
span { border-color: rgb(204,88,11); }
td.TdClassName
{
border-color: #CC580B;
}
.TagClassName
{
border-color: #CC580B;
}
</style>