Shades of Tenne (Tawny) #CC580A
Tints of Tenne (Tawny) #CC580A
RGB
CMYK
RGB Variations
Color information
#CC580A (or 0xCC580A) is known color: Tenne (Tawny). HEX triplet: CC, 58 and 0A. RGB value is (204,88,10). Sum of RGB (Red+Green+Blue) = 204+88+10=302 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.55% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 10 (4.30% from 255 or 3.31% from 302); Max value from RGB is 204 - color contains mainly: red. Hex color #CC580A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC580A is #33A7F5. Grayscale: #727272. Windows color (decimal): -3385334 or 678092. OLE color: 678092.
HSL color Cylindrical-coordinate representation of color #CC580A: hue angle of 24.12º degrees, saturation: 0.91, 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 #CC580A is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 10 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.2 |
| HSL | 24.12º | 0.91% | 0.42% | - |
| HSV(B) | 24.12º | 0.95% | 0.8% | - |
| XYZ | 28.45 | 19.84 | 2.62 | - |
| YUV | 113.79 | 69.43 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 10 | 0 | 0.57 | 0.95 | 0.2 | 24.12 | 0.91 | 0.42 |
| Hex | CC | 58 | A | 0 | 39 | 5F | 14 | 18 | 5B | 2A |
| Octal | 314 | 130 | 12 | 0 | 71 | 137 | 24 | 30 | 133 | 52 |
| Binary | 11001100 | 1011000 | 1010 | 0 | 111001 | 1011111 | 10100 | 11000 | 1011011 | 101010 |
Color Harmonies of #CC580A
Complementary color
Monochromatic Colors of #CC580A
Black with #CC580A
Text Example
Text Example
White with #CC580A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC580A; }
p { color: rgb(204,88,10); }
H1.HeaderClassName
{
color: #CC580A;
}
.AnyTagClassName
{
color: #CC580A;
}
</style>
background-color css
<style>
a { background-color: #CC580A; }
a { background-color: rgb(204,88,10); }
div.DivClassName
{
background-color: #CC580A;
}
.BgClassName
{
background-color: #CC580A;
}
</style>
border-color css
<style>
span { border-color: #CC580A; }
span { border-color: rgb(204,88,10); }
td.TdClassName
{
border-color: #CC580A;
}
.TagClassName
{
border-color: #CC580A;
}
</style>