Shades of Tenne (Tawny) #C66002
Tints of Tenne (Tawny) #C66002
RGB
CMYK
RGB Variations
Color information
#C66002 (or 0xC66002) is known color: Tenne (Tawny). HEX triplet: C6, 60 and 02. RGB value is (198,96,2). Sum of RGB (Red+Green+Blue) = 198+96+2=296 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.89% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 2 (1.17% from 255 or 0.68% from 296); Max value from RGB is 198 - color contains mainly: red. Hex color #C66002 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66002 is #399FFD. Grayscale: #747474. Windows color (decimal): -3776510 or 155846. OLE color: 155846.
HSL color Cylindrical-coordinate representation of color #C66002: hue angle of 28.78º 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 #C66002 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 2 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.22 |
| HSL | 28.78º | 0.98% | 0.39% | - |
| HSV(B) | 28.78º | 0.99% | 0.78% | - |
| XYZ | 27.48 | 20.38 | 2.54 | - |
| YUV | 115.78 | 63.79 | 186.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 2 | 0 | 0.52 | 0.99 | 0.22 | 28.78 | 0.98 | 0.39 |
| Hex | C6 | 60 | 2 | 0 | 34 | 63 | 16 | 1D | 62 | 27 |
| Octal | 306 | 140 | 2 | 0 | 64 | 143 | 26 | 35 | 142 | 47 |
| Binary | 11000110 | 1100000 | 10 | 0 | 110100 | 1100011 | 10110 | 11101 | 1100010 | 100111 |
Color Harmonies of #C66002
Complementary color
Monochromatic Colors of #C66002
Black with #C66002
Text Example
Text Example
White with #C66002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66002; }
p { color: rgb(198,96,2); }
H1.HeaderClassName
{
color: #C66002;
}
.AnyTagClassName
{
color: #C66002;
}
</style>
background-color css
<style>
a { background-color: #C66002; }
a { background-color: rgb(198,96,2); }
div.DivClassName
{
background-color: #C66002;
}
.BgClassName
{
background-color: #C66002;
}
</style>
border-color css
<style>
span { border-color: #C66002; }
span { border-color: rgb(198,96,2); }
td.TdClassName
{
border-color: #C66002;
}
.TagClassName
{
border-color: #C66002;
}
</style>