Shades of Tenne (Tawny) #CC570F
Tints of Tenne (Tawny) #CC570F
RGB
CMYK
RGB Variations
Color information
#CC570F (or 0xCC570F) is known color: Tenne (Tawny). HEX triplet: CC, 57 and 0F. RGB value is (204,87,15). Sum of RGB (Red+Green+Blue) = 204+87+15=306 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.67% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 15 (6.25% from 255 or 4.90% from 306); Max value from RGB is 204 - color contains mainly: red. Hex color #CC570F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC570F is #33A8F0. Grayscale: #727272. Windows color (decimal): -3385585 or 1005516. OLE color: 1005516.
HSL color Cylindrical-coordinate representation of color #CC570F: hue angle of 22.86º 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 #CC570F is Cyan = 0, Magento = 0.57, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 87 | 15 | - |
| CMYK | 0 | 0.57 | 0.93 | 0.2 |
| HSL | 22.86º | 0.86% | 0.43% | - |
| HSV(B) | 22.86º | 0.93% | 0.8% | - |
| XYZ | 28.4 | 19.69 | 2.76 | - |
| YUV | 113.78 | 72.26 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 87 | 15 | 0 | 0.57 | 0.93 | 0.2 | 22.86 | 0.86 | 0.43 |
| Hex | CC | 57 | F | 0 | 39 | 5D | 14 | 17 | 56 | 2B |
| Octal | 314 | 127 | 17 | 0 | 71 | 135 | 24 | 27 | 126 | 53 |
| Binary | 11001100 | 1010111 | 1111 | 0 | 111001 | 1011101 | 10100 | 10111 | 1010110 | 101011 |
Color Harmonies of #CC570F
Complementary color
Monochromatic Colors of #CC570F
Black with #CC570F
Text Example
Text Example
White with #CC570F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC570F; }
p { color: rgb(204,87,15); }
H1.HeaderClassName
{
color: #CC570F;
}
.AnyTagClassName
{
color: #CC570F;
}
</style>
background-color css
<style>
a { background-color: #CC570F; }
a { background-color: rgb(204,87,15); }
div.DivClassName
{
background-color: #CC570F;
}
.BgClassName
{
background-color: #CC570F;
}
</style>
border-color css
<style>
span { border-color: #CC570F; }
span { border-color: rgb(204,87,15); }
td.TdClassName
{
border-color: #CC570F;
}
.TagClassName
{
border-color: #CC570F;
}
</style>