Shades of Tenne (Tawny) #C94F0A
Tints of Tenne (Tawny) #C94F0A
RGB
CMYK
RGB Variations
Color information
#C94F0A (or 0xC94F0A) is known color: Tenne (Tawny). HEX triplet: C9, 4F and 0A. RGB value is (201,79,10). Sum of RGB (Red+Green+Blue) = 201+79+10=290 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.31% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 10 (4.30% from 255 or 3.45% from 290); Max value from RGB is 201 - color contains mainly: red. Hex color #C94F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94F0A is #36B0F5. Grayscale: #6C6C6C. Windows color (decimal): -3584246 or 675785. OLE color: 675785.
HSL color Cylindrical-coordinate representation of color #C94F0A: hue angle of 21.68º 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 #C94F0A is Cyan = 0, Magento = 0.61, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 79 | 10 | - |
| CMYK | 0 | 0.61 | 0.95 | 0.21 |
| HSL | 21.68º | 0.91% | 0.41% | - |
| HSV(B) | 21.68º | 0.95% | 0.79% | - |
| XYZ | 26.94 | 18.03 | 2.35 | - |
| YUV | 107.61 | 72.92 | 194.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 10 | 0 | 0.61 | 0.95 | 0.21 | 21.68 | 0.91 | 0.41 |
| Hex | C9 | 4F | A | 0 | 3D | 5F | 15 | 16 | 5B | 29 |
| Octal | 311 | 117 | 12 | 0 | 75 | 137 | 25 | 26 | 133 | 51 |
| Binary | 11001001 | 1001111 | 1010 | 0 | 111101 | 1011111 | 10101 | 10110 | 1011011 | 101001 |
Color Harmonies of #C94F0A
Complementary color
Monochromatic Colors of #C94F0A
Black with #C94F0A
Text Example
Text Example
White with #C94F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94F0A; }
p { color: rgb(201,79,10); }
H1.HeaderClassName
{
color: #C94F0A;
}
.AnyTagClassName
{
color: #C94F0A;
}
</style>
background-color css
<style>
a { background-color: #C94F0A; }
a { background-color: rgb(201,79,10); }
div.DivClassName
{
background-color: #C94F0A;
}
.BgClassName
{
background-color: #C94F0A;
}
</style>
border-color css
<style>
span { border-color: #C94F0A; }
span { border-color: rgb(201,79,10); }
td.TdClassName
{
border-color: #C94F0A;
}
.TagClassName
{
border-color: #C94F0A;
}
</style>