Shades of Tenne (Tawny) #C4600B
Tints of Tenne (Tawny) #C4600B
RGB
CMYK
RGB Variations
Color information
#C4600B (or 0xC4600B) is known color: Tenne (Tawny). HEX triplet: C4, 60 and 0B. RGB value is (196,96,11). Sum of RGB (Red+Green+Blue) = 196+96+11=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 11 (4.69% from 255 or 3.63% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C4600B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C4600B is #3B9FF4. Grayscale: #747474. Windows color (decimal): -3907573 or 745668. OLE color: 745668.
HSL color Cylindrical-coordinate representation of color #C4600B: hue angle of 27.57º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4600B is Cyan = 0, Magento = 0.51, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 11 | - |
| CMYK | 0 | 0.51 | 0.94 | 0.23 |
| HSL | 27.57º | 0.89% | 0.41% | - |
| HSV(B) | 27.57º | 0.94% | 0.77% | - |
| XYZ | 27.01 | 20.13 | 2.78 | - |
| YUV | 116.21 | 68.63 | 184.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 11 | 0 | 0.51 | 0.94 | 0.23 | 27.57 | 0.89 | 0.41 |
| Hex | C4 | 60 | B | 0 | 33 | 5E | 17 | 1C | 59 | 29 |
| Octal | 304 | 140 | 13 | 0 | 63 | 136 | 27 | 34 | 131 | 51 |
| Binary | 11000100 | 1100000 | 1011 | 0 | 110011 | 1011110 | 10111 | 11100 | 1011001 | 101001 |
Color Harmonies of #C4600B
Complementary color
Monochromatic Colors of #C4600B
Black with #C4600B
Text Example
Text Example
White with #C4600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4600B; }
p { color: rgb(196,96,11); }
H1.HeaderClassName
{
color: #C4600B;
}
.AnyTagClassName
{
color: #C4600B;
}
</style>
background-color css
<style>
a { background-color: #C4600B; }
a { background-color: rgb(196,96,11); }
div.DivClassName
{
background-color: #C4600B;
}
.BgClassName
{
background-color: #C4600B;
}
</style>
border-color css
<style>
span { border-color: #C4600B; }
span { border-color: rgb(196,96,11); }
td.TdClassName
{
border-color: #C4600B;
}
.TagClassName
{
border-color: #C4600B;
}
</style>