Shades of Tenne (Tawny) #C94907
Tints of Tenne (Tawny) #C94907
RGB
CMYK
RGB Variations
Color information
#C94907 (or 0xC94907) is known color: Tenne (Tawny). HEX triplet: C9, 49 and 07. RGB value is (201,73,7). Sum of RGB (Red+Green+Blue) = 201+73+7=281 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.53% from 281); Green value is 73 (28.91% from 255 or 25.98% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 201 - color contains mainly: red. Hex color #C94907 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94907 is #36B6F8. Grayscale: #686868. Windows color (decimal): -3585785 or 477641. OLE color: 477641.
HSL color Cylindrical-coordinate representation of color #C94907: hue angle of 20.41º degrees, saturation: 0.93, 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 #C94907 is Cyan = 0, Magento = 0.64, Yellow = 0.97 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 73 | 7 | - |
| CMYK | 0 | 0.64 | 0.97 | 0.21 |
| HSL | 20.41º | 0.93% | 0.41% | - |
| HSV(B) | 20.41º | 0.97% | 0.79% | - |
| XYZ | 26.51 | 17.2 | 2.12 | - |
| YUV | 103.75 | 73.41 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 7 | 0 | 0.64 | 0.97 | 0.21 | 20.41 | 0.93 | 0.41 |
| Hex | C9 | 49 | 7 | 0 | 40 | 61 | 15 | 14 | 5D | 29 |
| Octal | 311 | 111 | 7 | 0 | 100 | 141 | 25 | 24 | 135 | 51 |
| Binary | 11001001 | 1001001 | 111 | 0 | 1000000 | 1100001 | 10101 | 10100 | 1011101 | 101001 |
Color Harmonies of #C94907
Complementary color
Monochromatic Colors of #C94907
Black with #C94907
Text Example
Text Example
White with #C94907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94907; }
p { color: rgb(201,73,7); }
H1.HeaderClassName
{
color: #C94907;
}
.AnyTagClassName
{
color: #C94907;
}
</style>
background-color css
<style>
a { background-color: #C94907; }
a { background-color: rgb(201,73,7); }
div.DivClassName
{
background-color: #C94907;
}
.BgClassName
{
background-color: #C94907;
}
</style>
border-color css
<style>
span { border-color: #C94907; }
span { border-color: rgb(201,73,7); }
td.TdClassName
{
border-color: #C94907;
}
.TagClassName
{
border-color: #C94907;
}
</style>