Shades of Tenne (Tawny) #C87002
Tints of Tenne (Tawny) #C87002
RGB
CMYK
RGB Variations
Color information
#C87002 (or 0xC87002) is known color: Tenne (Tawny). HEX triplet: C8, 70 and 02. RGB value is (200,112,2). Sum of RGB (Red+Green+Blue) = 200+112+2=314 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.69% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 2 (1.17% from 255 or 0.64% from 314); Max value from RGB is 200 - color contains mainly: red. Hex color #C87002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87002 is #378FFD. Grayscale: #7E7E7E. Windows color (decimal): -3641342 or 159944. OLE color: 159944.
HSL color Cylindrical-coordinate representation of color #C87002: hue angle of 33.33º 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 #C87002 is Cyan = 0, Magento = 0.44, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 2 | - |
| CMYK | 0 | 0.44 | 0.99 | 0.22 |
| HSL | 33.33º | 0.98% | 0.4% | - |
| HSV(B) | 33.33º | 0.99% | 0.78% | - |
| XYZ | 29.62 | 23.87 | 3.1 | - |
| YUV | 125.77 | 58.15 | 180.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 2 | 0 | 0.44 | 0.99 | 0.22 | 33.33 | 0.98 | 0.4 |
| Hex | C8 | 70 | 2 | 0 | 2C | 63 | 16 | 21 | 62 | 28 |
| Octal | 310 | 160 | 2 | 0 | 54 | 143 | 26 | 41 | 142 | 50 |
| Binary | 11001000 | 1110000 | 10 | 0 | 101100 | 1100011 | 10110 | 100001 | 1100010 | 101000 |
Color Harmonies of #C87002
Complementary color
Monochromatic Colors of #C87002
Black with #C87002
Text Example
Text Example
White with #C87002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87002; }
p { color: rgb(200,112,2); }
H1.HeaderClassName
{
color: #C87002;
}
.AnyTagClassName
{
color: #C87002;
}
</style>
background-color css
<style>
a { background-color: #C87002; }
a { background-color: rgb(200,112,2); }
div.DivClassName
{
background-color: #C87002;
}
.BgClassName
{
background-color: #C87002;
}
</style>
border-color css
<style>
span { border-color: #C87002; }
span { border-color: rgb(200,112,2); }
td.TdClassName
{
border-color: #C87002;
}
.TagClassName
{
border-color: #C87002;
}
</style>