Shades of Tenne (Tawny) #C45803
Tints of Tenne (Tawny) #C45803
RGB
CMYK
RGB Variations
Color information
#C45803 (or 0xC45803) is known color: Tenne (Tawny). HEX triplet: C4, 58 and 03. RGB value is (196,88,3). Sum of RGB (Red+Green+Blue) = 196+88+3=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 3 (1.56% from 255 or 1.05% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C45803 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45803 is #3BA7FC. Grayscale: #6F6F6F. Windows color (decimal): -3909629 or 219332. OLE color: 219332.
HSL color Cylindrical-coordinate representation of color #C45803: hue angle of 26.42º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C45803 is Cyan = 0, Magento = 0.55, Yellow = 0.98 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 88 | 3 | - |
| CMYK | 0 | 0.55 | 0.98 | 0.23 |
| HSL | 26.42º | 0.97% | 0.39% | - |
| HSV(B) | 26.42º | 0.98% | 0.77% | - |
| XYZ | 26.27 | 18.72 | 2.32 | - |
| YUV | 110.6 | 67.28 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 88 | 3 | 0 | 0.55 | 0.98 | 0.23 | 26.42 | 0.97 | 0.39 |
| Hex | C4 | 58 | 3 | 0 | 37 | 62 | 17 | 1A | 61 | 27 |
| Octal | 304 | 130 | 3 | 0 | 67 | 142 | 27 | 32 | 141 | 47 |
| Binary | 11000100 | 1011000 | 11 | 0 | 110111 | 1100010 | 10111 | 11010 | 1100001 | 100111 |
Color Harmonies of #C45803
Complementary color
Monochromatic Colors of #C45803
Black with #C45803
Text Example
Text Example
White with #C45803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45803; }
p { color: rgb(196,88,3); }
H1.HeaderClassName
{
color: #C45803;
}
.AnyTagClassName
{
color: #C45803;
}
</style>
background-color css
<style>
a { background-color: #C45803; }
a { background-color: rgb(196,88,3); }
div.DivClassName
{
background-color: #C45803;
}
.BgClassName
{
background-color: #C45803;
}
</style>
border-color css
<style>
span { border-color: #C45803; }
span { border-color: rgb(196,88,3); }
td.TdClassName
{
border-color: #C45803;
}
.TagClassName
{
border-color: #C45803;
}
</style>