Shades of Tenne (Tawny) #C45601
Tints of Tenne (Tawny) #C45601
RGB
CMYK
RGB Variations
Color information
#C45601 (or 0xC45601) is known color: Tenne (Tawny). HEX triplet: C4, 56 and 01. RGB value is (196,86,1). Sum of RGB (Red+Green+Blue) = 196+86+1=283 (37% of max value = 765). Red value is 196 (76.95% from 255 or 69.26% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 1 (0.78% from 255 or 0.35% from 283); Max value from RGB is 196 - color contains mainly: red. Hex color #C45601 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C45601 is #3BA9FE. Grayscale: #6D6D6D. Windows color (decimal): -3910143 or 87748. OLE color: 87748.
HSL color Cylindrical-coordinate representation of color #C45601: hue angle of 26.15º 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 #C45601 is Cyan = 0, Magento = 0.56, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 1 | - |
| CMYK | 0 | 0.56 | 0.99 | 0.23 |
| HSL | 26.15º | 0.99% | 0.39% | - |
| HSV(B) | 26.15º | 0.99% | 0.77% | - |
| XYZ | 26.1 | 18.39 | 2.2 | - |
| YUV | 109.2 | 66.94 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 1 | 0 | 0.56 | 0.99 | 0.23 | 26.15 | 0.99 | 0.39 |
| Hex | C4 | 56 | 1 | 0 | 38 | 63 | 17 | 1A | 63 | 27 |
| Octal | 304 | 126 | 1 | 0 | 70 | 143 | 27 | 32 | 143 | 47 |
| Binary | 11000100 | 1010110 | 1 | 0 | 111000 | 1100011 | 10111 | 11010 | 1100011 | 100111 |
Color Harmonies of #C45601
Complementary color
Monochromatic Colors of #C45601
Black with #C45601
Text Example
Text Example
White with #C45601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45601; }
p { color: rgb(196,86,1); }
H1.HeaderClassName
{
color: #C45601;
}
.AnyTagClassName
{
color: #C45601;
}
</style>
background-color css
<style>
a { background-color: #C45601; }
a { background-color: rgb(196,86,1); }
div.DivClassName
{
background-color: #C45601;
}
.BgClassName
{
background-color: #C45601;
}
</style>
border-color css
<style>
span { border-color: #C45601; }
span { border-color: rgb(196,86,1); }
td.TdClassName
{
border-color: #C45601;
}
.TagClassName
{
border-color: #C45601;
}
</style>