Shades of Tenne (Tawny) #CB5614
Tints of Tenne (Tawny) #CB5614
RGB
CMYK
RGB Variations
Color information
#CB5614 (or 0xCB5614) is known color: Tenne (Tawny). HEX triplet: CB, 56 and 14. RGB value is (203,86,20). Sum of RGB (Red+Green+Blue) = 203+86+20=309 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.70% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 20 (8.20% from 255 or 6.47% from 309); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5614 is #34A9EB. Grayscale: #717171. Windows color (decimal): -3451372 or 1332939. OLE color: 1332939.
HSL color Cylindrical-coordinate representation of color #CB5614: hue angle of 21.64º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CB5614 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 20 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.20 |
| HSL | 21.64º | 0.82% | 0.44% | - |
| HSV(B) | 21.64º | 0.9% | 0.8% | - |
| XYZ | 28.08 | 19.4 | 2.93 | - |
| YUV | 113.46 | 75.26 | 191.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 20 | 0 | 0.58 | 0.90 | 0.20 | 21.64 | 0.82 | 0.44 |
| Hex | CB | 56 | 14 | 0 | 3A | 5A | 14 | 16 | 52 | 2C |
| Octal | 313 | 126 | 24 | 0 | 72 | 132 | 24 | 26 | 122 | 54 |
| Binary | 11001011 | 1010110 | 10100 | 0 | 111010 | 1011010 | 10100 | 10110 | 1010010 | 101100 |
Color Harmonies of #CB5614
Complementary color
Monochromatic Colors of #CB5614
Black with #CB5614
Text Example
Text Example
White with #CB5614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5614; }
p { color: rgb(203,86,20); }
H1.HeaderClassName
{
color: #CB5614;
}
.AnyTagClassName
{
color: #CB5614;
}
</style>
background-color css
<style>
a { background-color: #CB5614; }
a { background-color: rgb(203,86,20); }
div.DivClassName
{
background-color: #CB5614;
}
.BgClassName
{
background-color: #CB5614;
}
</style>
border-color css
<style>
span { border-color: #CB5614; }
span { border-color: rgb(203,86,20); }
td.TdClassName
{
border-color: #CB5614;
}
.TagClassName
{
border-color: #CB5614;
}
</style>