Shades of Tenne (Tawny) #C94A00
Tints of Tenne (Tawny) #C94A00
RGB
CMYK
RGB Variations
Color information
#C94A00 (or 0xC94A00) is known color: Tenne (Tawny). HEX triplet: C9, 4A and 00. RGB value is (201,74,0). Sum of RGB (Red+Green+Blue) = 201+74+0=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 74 (29.30% from 255 or 26.91% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A00 is #36B5FF. Grayscale: #676767. Windows color (decimal): -3585536 or 19145. OLE color: 19145.
HSL color Cylindrical-coordinate representation of color #C94A00: hue angle of 22.09º 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 #C94A00 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.21 |
| HSL | 22.09º | 1% | 0.39% | - |
| HSV(B) | 22.09º | 1% | 0.79% | - |
| XYZ | 26.54 | 17.32 | 1.94 | - |
| YUV | 103.54 | 69.58 | 197.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 0 | 0 | 0.63 | 1 | 0.21 | 22.09 | 1 | 0.39 |
| Hex | C9 | 4A | 0 | 0 | 3F | 64 | 15 | 16 | 64 | 27 |
| Octal | 311 | 112 | 0 | 0 | 77 | 144 | 25 | 26 | 144 | 47 |
| Binary | 11001001 | 1001010 | 0 | 0 | 111111 | 1100100 | 10101 | 10110 | 1100100 | 100111 |
Color Harmonies of #C94A00
Complementary color
Monochromatic Colors of #C94A00
Black with #C94A00
Text Example
Text Example
White with #C94A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A00; }
p { color: rgb(201,74,0); }
H1.HeaderClassName
{
color: #C94A00;
}
.AnyTagClassName
{
color: #C94A00;
}
</style>
background-color css
<style>
a { background-color: #C94A00; }
a { background-color: rgb(201,74,0); }
div.DivClassName
{
background-color: #C94A00;
}
.BgClassName
{
background-color: #C94A00;
}
</style>
border-color css
<style>
span { border-color: #C94A00; }
span { border-color: rgb(201,74,0); }
td.TdClassName
{
border-color: #C94A00;
}
.TagClassName
{
border-color: #C94A00;
}
</style>