Shades of Tenne (Tawny) #C66003
Tints of Tenne (Tawny) #C66003
RGB
CMYK
RGB Variations
Color information
#C66003 (or 0xC66003) is known color: Tenne (Tawny). HEX triplet: C6, 60 and 03. RGB value is (198,96,3). Sum of RGB (Red+Green+Blue) = 198+96+3=297 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.67% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 3 (1.56% from 255 or 1.01% from 297); Max value from RGB is 198 - color contains mainly: red. Hex color #C66003 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C66003 is #399FFC. Grayscale: #747474. Windows color (decimal): -3776509 or 221382. OLE color: 221382.
HSL color Cylindrical-coordinate representation of color #C66003: hue angle of 28.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C66003 is Cyan = 0, Magento = 0.52, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 96 | 3 | - |
| CMYK | 0 | 0.52 | 0.98 | 0.22 |
| HSL | 28.62º | 0.97% | 0.39% | - |
| HSV(B) | 28.62º | 0.98% | 0.78% | - |
| XYZ | 27.49 | 20.38 | 2.57 | - |
| YUV | 115.9 | 64.29 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 96 | 3 | 0 | 0.52 | 0.98 | 0.22 | 28.62 | 0.97 | 0.39 |
| Hex | C6 | 60 | 3 | 0 | 34 | 62 | 16 | 1D | 61 | 27 |
| Octal | 306 | 140 | 3 | 0 | 64 | 142 | 26 | 35 | 141 | 47 |
| Binary | 11000110 | 1100000 | 11 | 0 | 110100 | 1100010 | 10110 | 11101 | 1100001 | 100111 |
Color Harmonies of #C66003
Complementary color
Monochromatic Colors of #C66003
Black with #C66003
Text Example
Text Example
White with #C66003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C66003; }
p { color: rgb(198,96,3); }
H1.HeaderClassName
{
color: #C66003;
}
.AnyTagClassName
{
color: #C66003;
}
</style>
background-color css
<style>
a { background-color: #C66003; }
a { background-color: rgb(198,96,3); }
div.DivClassName
{
background-color: #C66003;
}
.BgClassName
{
background-color: #C66003;
}
</style>
border-color css
<style>
span { border-color: #C66003; }
span { border-color: rgb(198,96,3); }
td.TdClassName
{
border-color: #C66003;
}
.TagClassName
{
border-color: #C66003;
}
</style>