Shades of Tenne (Tawny) #C94C0A
Tints of Tenne (Tawny) #C94C0A
RGB
CMYK
RGB Variations
Color information
#C94C0A (or 0xC94C0A) is known color: Tenne (Tawny). HEX triplet: C9, 4C and 0A. RGB value is (201,76,10). Sum of RGB (Red+Green+Blue) = 201+76+10=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 76 (30.08% from 255 or 26.48% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C0A is #36B3F5. Grayscale: #6A6A6A. Windows color (decimal): -3585014 or 675017. OLE color: 675017.
HSL color Cylindrical-coordinate representation of color #C94C0A: hue angle of 20.73º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C94C0A is Cyan = 0, Magento = 0.62, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 10 | - |
| CMYK | 0 | 0.62 | 0.95 | 0.21 |
| HSL | 20.73º | 0.91% | 0.41% | - |
| HSV(B) | 20.73º | 0.95% | 0.79% | - |
| XYZ | 26.73 | 17.61 | 2.28 | - |
| YUV | 105.85 | 73.91 | 195.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 10 | 0 | 0.62 | 0.95 | 0.21 | 20.73 | 0.91 | 0.41 |
| Hex | C9 | 4C | A | 0 | 3E | 5F | 15 | 15 | 5B | 29 |
| Octal | 311 | 114 | 12 | 0 | 76 | 137 | 25 | 25 | 133 | 51 |
| Binary | 11001001 | 1001100 | 1010 | 0 | 111110 | 1011111 | 10101 | 10101 | 1011011 | 101001 |
Color Harmonies of #C94C0A
Complementary color
Monochromatic Colors of #C94C0A
Black with #C94C0A
Text Example
Text Example
White with #C94C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C0A; }
p { color: rgb(201,76,10); }
H1.HeaderClassName
{
color: #C94C0A;
}
.AnyTagClassName
{
color: #C94C0A;
}
</style>
background-color css
<style>
a { background-color: #C94C0A; }
a { background-color: rgb(201,76,10); }
div.DivClassName
{
background-color: #C94C0A;
}
.BgClassName
{
background-color: #C94C0A;
}
</style>
border-color css
<style>
span { border-color: #C94C0A; }
span { border-color: rgb(201,76,10); }
td.TdClassName
{
border-color: #C94C0A;
}
.TagClassName
{
border-color: #C94C0A;
}
</style>