Shades of Tenne (Tawny) #C94A09
Tints of Tenne (Tawny) #C94A09
RGB
CMYK
RGB Variations
Color information
#C94A09 (or 0xC94A09) is known color: Tenne (Tawny). HEX triplet: C9, 4A and 09. RGB value is (201,74,9). Sum of RGB (Red+Green+Blue) = 201+74+9=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 9 (3.91% from 255 or 3.17% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A09 is #36B5F6. Grayscale: #686868. Windows color (decimal): -3585527 or 608969. OLE color: 608969.
HSL color Cylindrical-coordinate representation of color #C94A09: hue angle of 20.31º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C94A09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.21 |
| HSL | 20.31º | 0.91% | 0.41% | - |
| HSV(B) | 20.31º | 0.96% | 0.79% | - |
| XYZ | 26.59 | 17.33 | 2.2 | - |
| YUV | 104.56 | 74.08 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 9 | 0 | 0.63 | 0.96 | 0.21 | 20.31 | 0.91 | 0.41 |
| Hex | C9 | 4A | 9 | 0 | 3F | 60 | 15 | 14 | 5B | 29 |
| Octal | 311 | 112 | 11 | 0 | 77 | 140 | 25 | 24 | 133 | 51 |
| Binary | 11001001 | 1001010 | 1001 | 0 | 111111 | 1100000 | 10101 | 10100 | 1011011 | 101001 |
Color Harmonies of #C94A09
Complementary color
Monochromatic Colors of #C94A09
Black with #C94A09
Text Example
Text Example
White with #C94A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A09; }
p { color: rgb(201,74,9); }
H1.HeaderClassName
{
color: #C94A09;
}
.AnyTagClassName
{
color: #C94A09;
}
</style>
background-color css
<style>
a { background-color: #C94A09; }
a { background-color: rgb(201,74,9); }
div.DivClassName
{
background-color: #C94A09;
}
.BgClassName
{
background-color: #C94A09;
}
</style>
border-color css
<style>
span { border-color: #C94A09; }
span { border-color: rgb(201,74,9); }
td.TdClassName
{
border-color: #C94A09;
}
.TagClassName
{
border-color: #C94A09;
}
</style>