Shades of Tenne (Tawny) #CC550F
Tints of Tenne (Tawny) #CC550F
RGB
CMYK
RGB Variations
Color information
#CC550F (or 0xCC550F) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 0F. RGB value is (204,85,15). Sum of RGB (Red+Green+Blue) = 204+85+15=304 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.11% from 304); Green value is 85 (33.59% from 255 or 27.96% from 304); Blue value is 15 (6.25% from 255 or 4.93% from 304); Max value from RGB is 204 - color contains mainly: red. Hex color #CC550F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC550F is #33AAF0. Grayscale: #717171. Windows color (decimal): -3386097 or 1005004. OLE color: 1005004.
HSL color Cylindrical-coordinate representation of color #CC550F: hue angle of 22.22º 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 #CC550F is Cyan = 0, Magento = 0.58, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 15 | - |
| CMYK | 0 | 0.58 | 0.93 | 0.2 |
| HSL | 22.22º | 0.86% | 0.43% | - |
| HSV(B) | 22.22º | 0.93% | 0.8% | - |
| XYZ | 28.24 | 19.37 | 2.7 | - |
| YUV | 112.6 | 72.92 | 193.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 15 | 0 | 0.58 | 0.93 | 0.2 | 22.22 | 0.86 | 0.43 |
| Hex | CC | 55 | F | 0 | 3A | 5D | 14 | 16 | 56 | 2B |
| Octal | 314 | 125 | 17 | 0 | 72 | 135 | 24 | 26 | 126 | 53 |
| Binary | 11001100 | 1010101 | 1111 | 0 | 111010 | 1011101 | 10100 | 10110 | 1010110 | 101011 |
Color Harmonies of #CC550F
Complementary color
Monochromatic Colors of #CC550F
Black with #CC550F
Text Example
Text Example
White with #CC550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC550F; }
p { color: rgb(204,85,15); }
H1.HeaderClassName
{
color: #CC550F;
}
.AnyTagClassName
{
color: #CC550F;
}
</style>
background-color css
<style>
a { background-color: #CC550F; }
a { background-color: rgb(204,85,15); }
div.DivClassName
{
background-color: #CC550F;
}
.BgClassName
{
background-color: #CC550F;
}
</style>
border-color css
<style>
span { border-color: #CC550F; }
span { border-color: rgb(204,85,15); }
td.TdClassName
{
border-color: #CC550F;
}
.TagClassName
{
border-color: #CC550F;
}
</style>