Shades of Tenne (Tawny) #C84602
Tints of Tenne (Tawny) #C84602
RGB
CMYK
RGB Variations
Color information
#C84602 (or 0xC84602) is known color: Tenne (Tawny). HEX triplet: C8, 46 and 02. RGB value is (200,70,2). Sum of RGB (Red+Green+Blue) = 200+70+2=272 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.53% from 272); Green value is 70 (27.73% from 255 or 25.74% from 272); Blue value is 2 (1.17% from 255 or 0.74% from 272); Max value from RGB is 200 - color contains mainly: red. Hex color #C84602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C84602 is #37B9FD. Grayscale: #656565. Windows color (decimal): -3652094 or 149192. OLE color: 149192.
HSL color Cylindrical-coordinate representation of color #C84602: hue angle of 20.61º 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 #C84602 is Cyan = 0, Magento = 0.65, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 2 | - |
| CMYK | 0 | 0.65 | 0.99 | 0.22 |
| HSL | 20.61º | 0.98% | 0.4% | - |
| HSV(B) | 20.61º | 0.99% | 0.78% | - |
| XYZ | 26.02 | 16.66 | 1.9 | - |
| YUV | 101.12 | 72.07 | 198.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 2 | 0 | 0.65 | 0.99 | 0.22 | 20.61 | 0.98 | 0.4 |
| Hex | C8 | 46 | 2 | 0 | 41 | 63 | 16 | 15 | 62 | 28 |
| Octal | 310 | 106 | 2 | 0 | 101 | 143 | 26 | 25 | 142 | 50 |
| Binary | 11001000 | 1000110 | 10 | 0 | 1000001 | 1100011 | 10110 | 10101 | 1100010 | 101000 |
Color Harmonies of #C84602
Complementary color
Monochromatic Colors of #C84602
Black with #C84602
Text Example
Text Example
White with #C84602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C84602; }
p { color: rgb(200,70,2); }
H1.HeaderClassName
{
color: #C84602;
}
.AnyTagClassName
{
color: #C84602;
}
</style>
background-color css
<style>
a { background-color: #C84602; }
a { background-color: rgb(200,70,2); }
div.DivClassName
{
background-color: #C84602;
}
.BgClassName
{
background-color: #C84602;
}
</style>
border-color css
<style>
span { border-color: #C84602; }
span { border-color: rgb(200,70,2); }
td.TdClassName
{
border-color: #C84602;
}
.TagClassName
{
border-color: #C84602;
}
</style>