Shades of Tenne (Tawny) #CC580F
Tints of Tenne (Tawny) #CC580F
RGB
CMYK
RGB Variations
Color information
#CC580F (or 0xCC580F) is known color: Tenne (Tawny). HEX triplet: CC, 58 and 0F. RGB value is (204,88,15). Sum of RGB (Red+Green+Blue) = 204+88+15=307 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.45% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 15 (6.25% from 255 or 4.89% from 307); Max value from RGB is 204 - color contains mainly: red. Hex color #CC580F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC580F is #33A7F0. Grayscale: #727272. Windows color (decimal): -3385329 or 1005772. OLE color: 1005772.
HSL color Cylindrical-coordinate representation of color #CC580F: hue angle of 23.17º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC580F is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 88 | 15 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.2 |
| HSL | 23.17º | 0.86% | 0.43% | - |
| HSV(B) | 23.17º | 0.93% | 0.8% | - |
| XYZ | 28.48 | 19.85 | 2.78 | - |
| YUV | 114.36 | 71.93 | 191.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 88 | 15 | 0 | 0.57 | 0.93 | 0.2 | 23.17 | 0.86 | 0.43 |
| Hex | CC | 58 | F | 0 | 39 | 5D | 14 | 17 | 56 | 2B |
| Octal | 314 | 130 | 17 | 0 | 71 | 135 | 24 | 27 | 126 | 53 |
| Binary | 11001100 | 1011000 | 1111 | 0 | 111001 | 1011101 | 10100 | 10111 | 1010110 | 101011 |
Color Harmonies of #CC580F
Complementary color
Monochromatic Colors of #CC580F
Black with #CC580F
Text Example
Text Example
White with #CC580F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC580F; }
p { color: rgb(204,88,15); }
H1.HeaderClassName
{
color: #CC580F;
}
.AnyTagClassName
{
color: #CC580F;
}
</style>
background-color css
<style>
a { background-color: #CC580F; }
a { background-color: rgb(204,88,15); }
div.DivClassName
{
background-color: #CC580F;
}
.BgClassName
{
background-color: #CC580F;
}
</style>
border-color css
<style>
span { border-color: #CC580F; }
span { border-color: rgb(204,88,15); }
td.TdClassName
{
border-color: #CC580F;
}
.TagClassName
{
border-color: #CC580F;
}
</style>