Shades of Tenne (Tawny) #C64D03
Tints of Tenne (Tawny) #C64D03
RGB
CMYK
RGB Variations
Color information
#C64D03 (or 0xC64D03) is known color: Tenne (Tawny). HEX triplet: C6, 4D and 03. RGB value is (198,77,3). Sum of RGB (Red+Green+Blue) = 198+77+3=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 3 (1.56% from 255 or 1.08% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C64D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C64D03 is #39B2FC. Grayscale: #696969. Windows color (decimal): -3781373 or 216518. OLE color: 216518.
HSL color Cylindrical-coordinate representation of color #C64D03: hue angle of 22.77º 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 #C64D03 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 77 | 3 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.22 |
| HSL | 22.77º | 0.97% | 0.39% | - |
| HSV(B) | 22.77º | 0.98% | 0.78% | - |
| XYZ | 25.96 | 17.32 | 2.06 | - |
| YUV | 104.74 | 70.59 | 194.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 77 | 3 | 0 | 0.61 | 0.98 | 0.22 | 22.77 | 0.97 | 0.39 |
| Hex | C6 | 4D | 3 | 0 | 3D | 62 | 16 | 17 | 61 | 27 |
| Octal | 306 | 115 | 3 | 0 | 75 | 142 | 26 | 27 | 141 | 47 |
| Binary | 11000110 | 1001101 | 11 | 0 | 111101 | 1100010 | 10110 | 10111 | 1100001 | 100111 |
Color Harmonies of #C64D03
Complementary color
Monochromatic Colors of #C64D03
Black with #C64D03
Text Example
Text Example
White with #C64D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64D03; }
p { color: rgb(198,77,3); }
H1.HeaderClassName
{
color: #C64D03;
}
.AnyTagClassName
{
color: #C64D03;
}
</style>
background-color css
<style>
a { background-color: #C64D03; }
a { background-color: rgb(198,77,3); }
div.DivClassName
{
background-color: #C64D03;
}
.BgClassName
{
background-color: #C64D03;
}
</style>
border-color css
<style>
span { border-color: #C64D03; }
span { border-color: rgb(198,77,3); }
td.TdClassName
{
border-color: #C64D03;
}
.TagClassName
{
border-color: #C64D03;
}
</style>