Shades of Tenne (Tawny) #C94C08
Tints of Tenne (Tawny) #C94C08
RGB
CMYK
RGB Variations
Color information
#C94C08 (or 0xC94C08) is known color: Tenne (Tawny). HEX triplet: C9, 4C and 08. RGB value is (201,76,8). Sum of RGB (Red+Green+Blue) = 201+76+8=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 8 (3.52% from 255 or 2.81% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C94C08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94C08 is #36B3F7. Grayscale: #6A6A6A. Windows color (decimal): -3585016 or 543945. OLE color: 543945.
HSL color Cylindrical-coordinate representation of color #C94C08: hue angle of 21.14º 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 #C94C08 is Cyan = 0, Magento = 0.62, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 76 | 8 | - |
| CMYK | 0 | 0.62 | 0.96 | 0.21 |
| HSL | 21.14º | 0.92% | 0.41% | - |
| HSV(B) | 21.14º | 0.96% | 0.79% | - |
| XYZ | 26.72 | 17.6 | 2.22 | - |
| YUV | 105.62 | 72.91 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 76 | 8 | 0 | 0.62 | 0.96 | 0.21 | 21.14 | 0.92 | 0.41 |
| Hex | C9 | 4C | 8 | 0 | 3E | 60 | 15 | 15 | 5C | 29 |
| Octal | 311 | 114 | 10 | 0 | 76 | 140 | 25 | 25 | 134 | 51 |
| Binary | 11001001 | 1001100 | 1000 | 0 | 111110 | 1100000 | 10101 | 10101 | 1011100 | 101001 |
Color Harmonies of #C94C08
Complementary color
Monochromatic Colors of #C94C08
Black with #C94C08
Text Example
Text Example
White with #C94C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94C08; }
p { color: rgb(201,76,8); }
H1.HeaderClassName
{
color: #C94C08;
}
.AnyTagClassName
{
color: #C94C08;
}
</style>
background-color css
<style>
a { background-color: #C94C08; }
a { background-color: rgb(201,76,8); }
div.DivClassName
{
background-color: #C94C08;
}
.BgClassName
{
background-color: #C94C08;
}
</style>
border-color css
<style>
span { border-color: #C94C08; }
span { border-color: rgb(201,76,8); }
td.TdClassName
{
border-color: #C94C08;
}
.TagClassName
{
border-color: #C94C08;
}
</style>