Shades of Tenne (Tawny) #C94B09
Tints of Tenne (Tawny) #C94B09
RGB
CMYK
RGB Variations
Color information
#C94B09 (or 0xC94B09) is known color: Tenne (Tawny). HEX triplet: C9, 4B and 09. RGB value is (201,75,9). Sum of RGB (Red+Green+Blue) = 201+75+9=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 75 (29.69% from 255 or 26.32% from 285); Blue value is 9 (3.91% from 255 or 3.16% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C94B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94B09 is #36B4F6. Grayscale: #696969. Windows color (decimal): -3585271 or 609225. OLE color: 609225.
HSL color Cylindrical-coordinate representation of color #C94B09: hue angle of 20.62º degrees, saturation: 0.91, 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 #C94B09 is Cyan = 0, Magento = 0.63, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 75 | 9 | - |
| CMYK | 0 | 0.63 | 0.96 | 0.21 |
| HSL | 20.63º | 0.91% | 0.41% | - |
| HSV(B) | 20.63º | 0.96% | 0.79% | - |
| XYZ | 26.65 | 17.47 | 2.23 | - |
| YUV | 105.15 | 73.74 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 75 | 9 | 0 | 0.63 | 0.96 | 0.21 | 20.63 | 0.91 | 0.41 |
| Hex | C9 | 4B | 9 | 0 | 3F | 60 | 15 | 15 | 5B | 29 |
| Octal | 311 | 113 | 11 | 0 | 77 | 140 | 25 | 25 | 133 | 51 |
| Binary | 11001001 | 1001011 | 1001 | 0 | 111111 | 1100000 | 10101 | 10101 | 1011011 | 101001 |
Color Harmonies of #C94B09
Complementary color
Monochromatic Colors of #C94B09
Black with #C94B09
Text Example
Text Example
White with #C94B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94B09; }
p { color: rgb(201,75,9); }
H1.HeaderClassName
{
color: #C94B09;
}
.AnyTagClassName
{
color: #C94B09;
}
</style>
background-color css
<style>
a { background-color: #C94B09; }
a { background-color: rgb(201,75,9); }
div.DivClassName
{
background-color: #C94B09;
}
.BgClassName
{
background-color: #C94B09;
}
</style>
border-color css
<style>
span { border-color: #C94B09; }
span { border-color: rgb(201,75,9); }
td.TdClassName
{
border-color: #C94B09;
}
.TagClassName
{
border-color: #C94B09;
}
</style>