Shades of Tenne (Tawny) #C64902
Tints of Tenne (Tawny) #C64902
RGB
CMYK
RGB Variations
Color information
#C64902 (or 0xC64902) is known color: Tenne (Tawny). HEX triplet: C6, 49 and 02. RGB value is (198,73,2). Sum of RGB (Red+Green+Blue) = 198+73+2=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C64902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C64902 is #39B6FD. Grayscale: #666666. Windows color (decimal): -3782398 or 149958. OLE color: 149958.
HSL color Cylindrical-coordinate representation of color #C64902: hue angle of 21.73º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C64902 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 73 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.22 |
| HSL | 21.73º | 0.98% | 0.39% | - |
| HSV(B) | 21.73º | 0.99% | 0.78% | - |
| XYZ | 25.68 | 16.78 | 1.94 | - |
| YUV | 102.28 | 71.41 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 73 | 2 | 0 | 0.63 | 0.99 | 0.22 | 21.73 | 0.98 | 0.39 |
| Hex | C6 | 49 | 2 | 0 | 3F | 63 | 16 | 16 | 62 | 27 |
| Octal | 306 | 111 | 2 | 0 | 77 | 143 | 26 | 26 | 142 | 47 |
| Binary | 11000110 | 1001001 | 10 | 0 | 111111 | 1100011 | 10110 | 10110 | 1100010 | 100111 |
Color Harmonies of #C64902
Complementary color
Monochromatic Colors of #C64902
Black with #C64902
Text Example
Text Example
White with #C64902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64902; }
p { color: rgb(198,73,2); }
H1.HeaderClassName
{
color: #C64902;
}
.AnyTagClassName
{
color: #C64902;
}
</style>
background-color css
<style>
a { background-color: #C64902; }
a { background-color: rgb(198,73,2); }
div.DivClassName
{
background-color: #C64902;
}
.BgClassName
{
background-color: #C64902;
}
</style>
border-color css
<style>
span { border-color: #C64902; }
span { border-color: rgb(198,73,2); }
td.TdClassName
{
border-color: #C64902;
}
.TagClassName
{
border-color: #C64902;
}
</style>