Shades of Tenne (Tawny) #C94A08
Tints of Tenne (Tawny) #C94A08
RGB
CMYK
RGB Variations
Color information
#C94A08 (or 0xC94A08) is known color: Tenne (Tawny). HEX triplet: C9, 4A and 08. RGB value is (201,74,8). Sum of RGB (Red+Green+Blue) = 201+74+8=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C94A08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94A08 is #36B5F7. Grayscale: #686868. Windows color (decimal): -3585528 or 543433. OLE color: 543433.
HSL color Cylindrical-coordinate representation of color #C94A08: hue angle of 20.52º 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 #C94A08 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 74 | 8 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.21 |
| HSL | 20.52º | 0.92% | 0.41% | - |
| HSV(B) | 20.52º | 0.96% | 0.79% | - |
| XYZ | 26.58 | 17.33 | 2.17 | - |
| YUV | 104.45 | 73.58 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 74 | 8 | 0 | 0.63 | 0.96 | 0.21 | 20.52 | 0.92 | 0.41 |
| Hex | C9 | 4A | 8 | 0 | 3F | 60 | 15 | 15 | 5C | 29 |
| Octal | 311 | 112 | 10 | 0 | 77 | 140 | 25 | 25 | 134 | 51 |
| Binary | 11001001 | 1001010 | 1000 | 0 | 111111 | 1100000 | 10101 | 10101 | 1011100 | 101001 |
Color Harmonies of #C94A08
Complementary color
Monochromatic Colors of #C94A08
Black with #C94A08
Text Example
Text Example
White with #C94A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94A08; }
p { color: rgb(201,74,8); }
H1.HeaderClassName
{
color: #C94A08;
}
.AnyTagClassName
{
color: #C94A08;
}
</style>
background-color css
<style>
a { background-color: #C94A08; }
a { background-color: rgb(201,74,8); }
div.DivClassName
{
background-color: #C94A08;
}
.BgClassName
{
background-color: #C94A08;
}
</style>
border-color css
<style>
span { border-color: #C94A08; }
span { border-color: rgb(201,74,8); }
td.TdClassName
{
border-color: #C94A08;
}
.TagClassName
{
border-color: #C94A08;
}
</style>