Shades of Tenne (Tawny) #C94A05
Tints of Tenne (Tawny) #C94A05
RGB
CMYK
RGB Variations
Color information
#C94A05 (or 0xC94A05) is known color: Tenne (Tawny). HEX triplet: C9, 4A and 05. RGB value is (201,74,5). Sum of RGB (Red+Green+Blue) = 201+74+5=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 74 (29.30% from 255 or 26.43% from 280); Blue value is 5 (2.34% from 255 or 1.79% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A05 is #36B5FA. Grayscale: #686868. Windows color (decimal): -3585531 or 346825. OLE color: 346825.
HSL color Cylindrical-coordinate representation of color #C94A05: hue angle of 21.12º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C94A05 is Cyan = 0, Magento = 0.63, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 5 | - |
| CMYK | 0 | 0.63 | 0.98 | 0.21 |
| HSL | 21.12º | 0.95% | 0.4% | - |
| HSV(B) | 21.12º | 0.98% | 0.79% | - |
| XYZ | 26.56 | 17.33 | 2.09 | - |
| YUV | 104.11 | 72.08 | 197.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 5 | 0 | 0.63 | 0.98 | 0.21 | 21.12 | 0.95 | 0.4 |
| Hex | C9 | 4A | 5 | 0 | 3F | 62 | 15 | 15 | 5F | 28 |
| Octal | 311 | 112 | 5 | 0 | 77 | 142 | 25 | 25 | 137 | 50 |
| Binary | 11001001 | 1001010 | 101 | 0 | 111111 | 1100010 | 10101 | 10101 | 1011111 | 101000 |
Color Harmonies of #C94A05
Complementary color
Monochromatic Colors of #C94A05
Black with #C94A05
Text Example
Text Example
White with #C94A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A05; }
p { color: rgb(201,74,5); }
H1.HeaderClassName
{
color: #C94A05;
}
.AnyTagClassName
{
color: #C94A05;
}
</style>
background-color css
<style>
a { background-color: #C94A05; }
a { background-color: rgb(201,74,5); }
div.DivClassName
{
background-color: #C94A05;
}
.BgClassName
{
background-color: #C94A05;
}
</style>
border-color css
<style>
span { border-color: #C94A05; }
span { border-color: rgb(201,74,5); }
td.TdClassName
{
border-color: #C94A05;
}
.TagClassName
{
border-color: #C94A05;
}
</style>