Shades of Tenne (Tawny) #C85502
Tints of Tenne (Tawny) #C85502
RGB
CMYK
RGB Variations
Color information
#C85502 (or 0xC85502) is known color: Tenne (Tawny). HEX triplet: C8, 55 and 02. RGB value is (200,85,2). Sum of RGB (Red+Green+Blue) = 200+85+2=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 85 (33.59% from 255 or 29.62% from 287); Blue value is 2 (1.17% from 255 or 0.70% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C85502 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C85502 is #37AAFD. Grayscale: #6E6E6E. Windows color (decimal): -3648254 or 153032. OLE color: 153032.
HSL color Cylindrical-coordinate representation of color #C85502: hue angle of 25.15º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C85502 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 85 | 2 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.22 |
| HSL | 25.15º | 0.98% | 0.4% | - |
| HSV(B) | 25.15º | 0.99% | 0.78% | - |
| XYZ | 27.08 | 18.78 | 2.26 | - |
| YUV | 109.92 | 67.1 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 85 | 2 | 0 | 0.58 | 0.99 | 0.22 | 25.15 | 0.98 | 0.4 |
| Hex | C8 | 55 | 2 | 0 | 3A | 63 | 16 | 19 | 62 | 28 |
| Octal | 310 | 125 | 2 | 0 | 72 | 143 | 26 | 31 | 142 | 50 |
| Binary | 11001000 | 1010101 | 10 | 0 | 111010 | 1100011 | 10110 | 11001 | 1100010 | 101000 |
Color Harmonies of #C85502
Complementary color
Monochromatic Colors of #C85502
Black with #C85502
Text Example
Text Example
White with #C85502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85502; }
p { color: rgb(200,85,2); }
H1.HeaderClassName
{
color: #C85502;
}
.AnyTagClassName
{
color: #C85502;
}
</style>
background-color css
<style>
a { background-color: #C85502; }
a { background-color: rgb(200,85,2); }
div.DivClassName
{
background-color: #C85502;
}
.BgClassName
{
background-color: #C85502;
}
</style>
border-color css
<style>
span { border-color: #C85502; }
span { border-color: rgb(200,85,2); }
td.TdClassName
{
border-color: #C85502;
}
.TagClassName
{
border-color: #C85502;
}
</style>