Shades of Tenne (Tawny) #C94908
Tints of Tenne (Tawny) #C94908
RGB
CMYK
RGB Variations
Color information
#C94908 (or 0xC94908) is known color: Tenne (Tawny). HEX triplet: C9, 49 and 08. RGB value is (201,73,8). Sum of RGB (Red+Green+Blue) = 201+73+8=282 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.28% from 282); Green value is 73 (28.91% from 255 or 25.89% from 282); Blue value is 8 (3.52% from 255 or 2.84% from 282); Max value from RGB is 201 - color contains mainly: red. Hex color #C94908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C94908 is #36B6F7. Grayscale: #686868. Windows color (decimal): -3585784 or 543177. OLE color: 543177.
HSL color Cylindrical-coordinate representation of color #C94908: hue angle of 20.21º 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 #C94908 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 73 | 8 | - |
CMYK | 0 | 0.64 | 0.96 | 0.21 |
HSL | 20.21º | 0.92% | 0.41% | - |
HSV(B) | 20.21º | 0.96% | 0.79% | - |
XYZ | 26.51 | 17.2 | 2.15 | - |
YUV | 103.86 | 73.91 | 197.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 73 | 8 | 0 | 0.64 | 0.96 | 0.21 | 20.21 | 0.92 | 0.41 |
Hex | C9 | 49 | 8 | 0 | 40 | 60 | 15 | 14 | 5C | 29 |
Octal | 311 | 111 | 10 | 0 | 100 | 140 | 25 | 24 | 134 | 51 |
Binary | 11001001 | 1001001 | 1000 | 0 | 1000000 | 1100000 | 10101 | 10100 | 1011100 | 101001 |
Color Harmonies of #C94908
Complementary color
Monochromatic Colors of #C94908
Black with #C94908
Text Example
Text Example
White with #C94908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94908; }
p { color: rgb(201,73,8); }
H1.HeaderClassName
{
color: #C94908;
}
.AnyTagClassName
{
color: #C94908;
}
</style>
background-color css
<style>
a { background-color: #C94908; }
a { background-color: rgb(201,73,8); }
div.DivClassName
{
background-color: #C94908;
}
.BgClassName
{
background-color: #C94908;
}
</style>
border-color css
<style>
span { border-color: #C94908; }
span { border-color: rgb(201,73,8); }
td.TdClassName
{
border-color: #C94908;
}
.TagClassName
{
border-color: #C94908;
}
</style>