Shades of Tenne (Tawny) #C94D00
Tints of Tenne (Tawny) #C94D00
RGB
CMYK
RGB Variations
Color information
#C94D00 (or 0xC94D00) is known color: Tenne (Tawny). HEX triplet: C9, 4D and 00. RGB value is (201,77,0). Sum of RGB (Red+Green+Blue) = 201+77+0=278 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.30% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 0 (0.39% from 255 or 0% from 278); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94D00 is #36B2FF. Grayscale: #696969. Windows color (decimal): -3584768 or 19913. OLE color: 19913.
HSL color Cylindrical-coordinate representation of color #C94D00: hue angle of 22.99º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C94D00 is Cyan = 0, Magento = 0.62, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 0 | - |
| CMYK | 0 | 0.62 | 1 | 0.21 |
| HSL | 22.99º | 1% | 0.39% | - |
| HSV(B) | 22.99º | 1% | 0.79% | - |
| XYZ | 26.74 | 17.73 | 2.01 | - |
| YUV | 105.3 | 68.58 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 0 | 0 | 0.62 | 1 | 0.21 | 22.99 | 1 | 0.39 |
| Hex | C9 | 4D | 0 | 0 | 3E | 64 | 15 | 17 | 64 | 27 |
| Octal | 311 | 115 | 0 | 0 | 76 | 144 | 25 | 27 | 144 | 47 |
| Binary | 11001001 | 1001101 | 0 | 0 | 111110 | 1100100 | 10101 | 10111 | 1100100 | 100111 |
Color Harmonies of #C94D00
Complementary color
Monochromatic Colors of #C94D00
Black with #C94D00
Text Example
Text Example
White with #C94D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D00; }
p { color: rgb(201,77,0); }
H1.HeaderClassName
{
color: #C94D00;
}
.AnyTagClassName
{
color: #C94D00;
}
</style>
background-color css
<style>
a { background-color: #C94D00; }
a { background-color: rgb(201,77,0); }
div.DivClassName
{
background-color: #C94D00;
}
.BgClassName
{
background-color: #C94D00;
}
</style>
border-color css
<style>
span { border-color: #C94D00; }
span { border-color: rgb(201,77,0); }
td.TdClassName
{
border-color: #C94D00;
}
.TagClassName
{
border-color: #C94D00;
}
</style>