Shades of Tenne (Tawny) #C94C05
Tints of Tenne (Tawny) #C94C05
RGB
CMYK
RGB Variations
Color information
#C94C05 (or 0xC94C05) is known color: Tenne (Tawny). HEX triplet: C9, 4C and 05. RGB value is (201,76,5). Sum of RGB (Red+Green+Blue) = 201+76+5=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 76 (30.08% from 255 or 26.95% from 282); Blue value is 5 (2.34% from 255 or 1.77% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C05 is #36B3FA. Grayscale: #696969. Windows color (decimal): -3585019 or 347337. OLE color: 347337.
HSL color Cylindrical-coordinate representation of color #C94C05: hue angle of 21.73º 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 #C94C05 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 5 | - |
| CMYK | 0 | 0.62 | 0.98 | 0.21 |
| HSL | 21.73º | 0.95% | 0.4% | - |
| HSV(B) | 21.73º | 0.98% | 0.79% | - |
| XYZ | 26.7 | 17.6 | 2.13 | - |
| YUV | 105.28 | 71.41 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 5 | 0 | 0.62 | 0.98 | 0.21 | 21.73 | 0.95 | 0.4 |
| Hex | C9 | 4C | 5 | 0 | 3E | 62 | 15 | 16 | 5F | 28 |
| Octal | 311 | 114 | 5 | 0 | 76 | 142 | 25 | 26 | 137 | 50 |
| Binary | 11001001 | 1001100 | 101 | 0 | 111110 | 1100010 | 10101 | 10110 | 1011111 | 101000 |
Color Harmonies of #C94C05
Complementary color
Monochromatic Colors of #C94C05
Black with #C94C05
Text Example
Text Example
White with #C94C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C05; }
p { color: rgb(201,76,5); }
H1.HeaderClassName
{
color: #C94C05;
}
.AnyTagClassName
{
color: #C94C05;
}
</style>
background-color css
<style>
a { background-color: #C94C05; }
a { background-color: rgb(201,76,5); }
div.DivClassName
{
background-color: #C94C05;
}
.BgClassName
{
background-color: #C94C05;
}
</style>
border-color css
<style>
span { border-color: #C94C05; }
span { border-color: rgb(201,76,5); }
td.TdClassName
{
border-color: #C94C05;
}
.TagClassName
{
border-color: #C94C05;
}
</style>