Shades of Tenne (Tawny) #C94C0C
Tints of Tenne (Tawny) #C94C0C
RGB
CMYK
RGB Variations
Color information
#C94C0C (or 0xC94C0C) is known color: Tenne (Tawny). HEX triplet: C9, 4C and 0C. RGB value is (201,76,12). Sum of RGB (Red+Green+Blue) = 201+76+12=289 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.55% from 289); Green value is 76 (30.08% from 255 or 26.30% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C0C is #36B3F3. Grayscale: #6A6A6A. Windows color (decimal): -3585012 or 806089. OLE color: 806089.
HSL color Cylindrical-coordinate representation of color #C94C0C: hue angle of 20.32º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C94C0C is Cyan = 0, Magento = 0.62, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 12 | - |
| CMYK | 0 | 0.62 | 0.94 | 0.21 |
| HSL | 20.32º | 0.89% | 0.42% | - |
| HSV(B) | 20.32º | 0.94% | 0.79% | - |
| XYZ | 26.74 | 17.61 | 2.34 | - |
| YUV | 106.08 | 74.91 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 12 | 0 | 0.62 | 0.94 | 0.21 | 20.32 | 0.89 | 0.42 |
| Hex | C9 | 4C | C | 0 | 3E | 5E | 15 | 14 | 59 | 2A |
| Octal | 311 | 114 | 14 | 0 | 76 | 136 | 25 | 24 | 131 | 52 |
| Binary | 11001001 | 1001100 | 1100 | 0 | 111110 | 1011110 | 10101 | 10100 | 1011001 | 101010 |
Color Harmonies of #C94C0C
Complementary color
Monochromatic Colors of #C94C0C
Black with #C94C0C
Text Example
Text Example
White with #C94C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C0C; }
p { color: rgb(201,76,12); }
H1.HeaderClassName
{
color: #C94C0C;
}
.AnyTagClassName
{
color: #C94C0C;
}
</style>
background-color css
<style>
a { background-color: #C94C0C; }
a { background-color: rgb(201,76,12); }
div.DivClassName
{
background-color: #C94C0C;
}
.BgClassName
{
background-color: #C94C0C;
}
</style>
border-color css
<style>
span { border-color: #C94C0C; }
span { border-color: rgb(201,76,12); }
td.TdClassName
{
border-color: #C94C0C;
}
.TagClassName
{
border-color: #C94C0C;
}
</style>