Shades of Tenne (Tawny) #C45B01
Tints of Tenne (Tawny) #C45B01
RGB
CMYK
RGB Variations
Color information
#C45B01 (or 0xC45B01) is known color: Tenne (Tawny). HEX triplet: C4, 5B and 01. RGB value is (196,91,1). Sum of RGB (Red+Green+Blue) = 196+91+1=288 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.06% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 1 (0.78% from 255 or 0.35% from 288); Max value from RGB is 196 - color contains mainly: red. Hex color #C45B01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45B01 is #3BA4FE. Grayscale: #707070. Windows color (decimal): -3908863 or 89028. OLE color: 89028.
HSL color Cylindrical-coordinate representation of color #C45B01: hue angle of 27.69º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C45B01 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 91 | 1 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.23 |
| HSL | 27.69º | 0.99% | 0.39% | - |
| HSV(B) | 27.69º | 0.99% | 0.77% | - |
| XYZ | 26.51 | 19.22 | 2.34 | - |
| YUV | 112.14 | 65.29 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 91 | 1 | 0 | 0.54 | 0.99 | 0.23 | 27.69 | 0.99 | 0.39 |
| Hex | C4 | 5B | 1 | 0 | 36 | 63 | 17 | 1C | 63 | 27 |
| Octal | 304 | 133 | 1 | 0 | 66 | 143 | 27 | 34 | 143 | 47 |
| Binary | 11000100 | 1011011 | 1 | 0 | 110110 | 1100011 | 10111 | 11100 | 1100011 | 100111 |
Color Harmonies of #C45B01
Complementary color
Monochromatic Colors of #C45B01
Black with #C45B01
Text Example
Text Example
White with #C45B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45B01; }
p { color: rgb(196,91,1); }
H1.HeaderClassName
{
color: #C45B01;
}
.AnyTagClassName
{
color: #C45B01;
}
</style>
background-color css
<style>
a { background-color: #C45B01; }
a { background-color: rgb(196,91,1); }
div.DivClassName
{
background-color: #C45B01;
}
.BgClassName
{
background-color: #C45B01;
}
</style>
border-color css
<style>
span { border-color: #C45B01; }
span { border-color: rgb(196,91,1); }
td.TdClassName
{
border-color: #C45B01;
}
.TagClassName
{
border-color: #C45B01;
}
</style>