Shades of Tenne (Tawny) #C94C06
Tints of Tenne (Tawny) #C94C06
RGB
CMYK
RGB Variations
Color information
#C94C06 (or 0xC94C06) is known color: Tenne (Tawny). HEX triplet: C9, 4C and 06. RGB value is (201,76,6). Sum of RGB (Red+Green+Blue) = 201+76+6=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 76 (30.08% from 255 or 26.86% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C06 is #36B3F9. Grayscale: #696969. Windows color (decimal): -3585018 or 412873. OLE color: 412873.
HSL color Cylindrical-coordinate representation of color #C94C06: hue angle of 21.54º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C94C06 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 6 | - |
| CMYK | 0 | 0.62 | 0.97 | 0.21 |
| HSL | 21.54º | 0.94% | 0.41% | - |
| HSV(B) | 21.54º | 0.97% | 0.79% | - |
| XYZ | 26.7 | 17.6 | 2.16 | - |
| YUV | 105.4 | 71.91 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 6 | 0 | 0.62 | 0.97 | 0.21 | 21.54 | 0.94 | 0.41 |
| Hex | C9 | 4C | 6 | 0 | 3E | 61 | 15 | 16 | 5E | 29 |
| Octal | 311 | 114 | 6 | 0 | 76 | 141 | 25 | 26 | 136 | 51 |
| Binary | 11001001 | 1001100 | 110 | 0 | 111110 | 1100001 | 10101 | 10110 | 1011110 | 101001 |
Color Harmonies of #C94C06
Complementary color
Monochromatic Colors of #C94C06
Black with #C94C06
Text Example
Text Example
White with #C94C06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C06; }
p { color: rgb(201,76,6); }
H1.HeaderClassName
{
color: #C94C06;
}
.AnyTagClassName
{
color: #C94C06;
}
</style>
background-color css
<style>
a { background-color: #C94C06; }
a { background-color: rgb(201,76,6); }
div.DivClassName
{
background-color: #C94C06;
}
.BgClassName
{
background-color: #C94C06;
}
</style>
border-color css
<style>
span { border-color: #C94C06; }
span { border-color: rgb(201,76,6); }
td.TdClassName
{
border-color: #C94C06;
}
.TagClassName
{
border-color: #C94C06;
}
</style>