Shades of Tenne (Tawny) #CC550A
Tints of Tenne (Tawny) #CC550A
RGB
CMYK
RGB Variations
Color information
#CC550A (or 0xCC550A) is known color: Tenne (Tawny). HEX triplet: CC, 55 and 0A. RGB value is (204,85,10). Sum of RGB (Red+Green+Blue) = 204+85+10=299 (39% of max value = 765). Red value is 204 (80.08% from 255 or 68.23% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 10 (4.30% from 255 or 3.34% from 299); Max value from RGB is 204 - color contains mainly: red. Hex color #CC550A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CC550A is #33AAF5. Grayscale: #707070. Windows color (decimal): -3386102 or 677324. OLE color: 677324.
HSL color Cylindrical-coordinate representation of color #CC550A: hue angle of 23.2º 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 #CC550A is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 85 | 10 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.2 |
| HSL | 23.2º | 0.91% | 0.42% | - |
| HSV(B) | 23.2º | 0.95% | 0.8% | - |
| XYZ | 28.21 | 19.36 | 2.54 | - |
| YUV | 112.03 | 70.42 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 85 | 10 | 0 | 0.58 | 0.95 | 0.2 | 23.2 | 0.91 | 0.42 |
| Hex | CC | 55 | A | 0 | 3A | 5F | 14 | 17 | 5B | 2A |
| Octal | 314 | 125 | 12 | 0 | 72 | 137 | 24 | 27 | 133 | 52 |
| Binary | 11001100 | 1010101 | 1010 | 0 | 111010 | 1011111 | 10100 | 10111 | 1011011 | 101010 |
Color Harmonies of #CC550A
Complementary color
Monochromatic Colors of #CC550A
Black with #CC550A
Text Example
Text Example
White with #CC550A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC550A; }
p { color: rgb(204,85,10); }
H1.HeaderClassName
{
color: #CC550A;
}
.AnyTagClassName
{
color: #CC550A;
}
</style>
background-color css
<style>
a { background-color: #CC550A; }
a { background-color: rgb(204,85,10); }
div.DivClassName
{
background-color: #CC550A;
}
.BgClassName
{
background-color: #CC550A;
}
</style>
border-color css
<style>
span { border-color: #CC550A; }
span { border-color: rgb(204,85,10); }
td.TdClassName
{
border-color: #CC550A;
}
.TagClassName
{
border-color: #CC550A;
}
</style>