Shades of Tenne (Tawny) #C94D08
Tints of Tenne (Tawny) #C94D08
RGB
CMYK
RGB Variations
Color information
#C94D08 (or 0xC94D08) is known color: Tenne (Tawny). HEX triplet: C9, 4D and 08. RGB value is (201,77,8). Sum of RGB (Red+Green+Blue) = 201+77+8=286 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.28% from 286); Green value is 77 (30.47% from 255 or 26.92% from 286); Blue value is 8 (3.52% from 255 or 2.80% from 286); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C94D08 is #36B2F7. Grayscale: #6A6A6A. Windows color (decimal): -3584760 or 544201. OLE color: 544201.
HSL color Cylindrical-coordinate representation of color #C94D08: hue angle of 21.45º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C94D08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 77 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.21 |
| HSL | 21.45º | 0.92% | 0.41% | - |
| HSV(B) | 21.45º | 0.96% | 0.79% | - |
| XYZ | 26.79 | 17.74 | 2.24 | - |
| YUV | 106.21 | 72.58 | 195.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 8 | 0 | 0.62 | 0.96 | 0.21 | 21.45 | 0.92 | 0.41 |
| Hex | C9 | 4D | 8 | 0 | 3E | 60 | 15 | 15 | 5C | 29 |
| Octal | 311 | 115 | 10 | 0 | 76 | 140 | 25 | 25 | 134 | 51 |
| Binary | 11001001 | 1001101 | 1000 | 0 | 111110 | 1100000 | 10101 | 10101 | 1011100 | 101001 |
Color Harmonies of #C94D08
Complementary color
Monochromatic Colors of #C94D08
Black with #C94D08
Text Example
Text Example
White with #C94D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94D08; }
p { color: rgb(201,77,8); }
H1.HeaderClassName
{
color: #C94D08;
}
.AnyTagClassName
{
color: #C94D08;
}
</style>
background-color css
<style>
a { background-color: #C94D08; }
a { background-color: rgb(201,77,8); }
div.DivClassName
{
background-color: #C94D08;
}
.BgClassName
{
background-color: #C94D08;
}
</style>
border-color css
<style>
span { border-color: #C94D08; }
span { border-color: rgb(201,77,8); }
td.TdClassName
{
border-color: #C94D08;
}
.TagClassName
{
border-color: #C94D08;
}
</style>