Shades of Tenne (Tawny) #CB5514
Tints of Tenne (Tawny) #CB5514
RGB
CMYK
RGB Variations
Color information
#CB5514 (or 0xCB5514) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 14. RGB value is (203,85,20). Sum of RGB (Red+Green+Blue) = 203+85+20=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5514 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5514 is #34AAEB. Grayscale: #717171. Windows color (decimal): -3451628 or 1332683. OLE color: 1332683.
HSL color Cylindrical-coordinate representation of color #CB5514: hue angle of 21.31º 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 #CB5514 is Cyan = 0, Magento = 0.58, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 20 | - |
| CMYK | 0 | 0.58 | 0.90 | 0.20 |
| HSL | 21.31º | 0.82% | 0.44% | - |
| HSV(B) | 21.31º | 0.9% | 0.8% | - |
| XYZ | 28 | 19.24 | 2.9 | - |
| YUV | 112.87 | 75.59 | 192.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 20 | 0 | 0.58 | 0.90 | 0.20 | 21.31 | 0.82 | 0.44 |
| Hex | CB | 55 | 14 | 0 | 3A | 5A | 14 | 15 | 52 | 2C |
| Octal | 313 | 125 | 24 | 0 | 72 | 132 | 24 | 25 | 122 | 54 |
| Binary | 11001011 | 1010101 | 10100 | 0 | 111010 | 1011010 | 10100 | 10101 | 1010010 | 101100 |
Color Harmonies of #CB5514
Complementary color
Monochromatic Colors of #CB5514
Black with #CB5514
Text Example
Text Example
White with #CB5514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5514; }
p { color: rgb(203,85,20); }
H1.HeaderClassName
{
color: #CB5514;
}
.AnyTagClassName
{
color: #CB5514;
}
</style>
background-color css
<style>
a { background-color: #CB5514; }
a { background-color: rgb(203,85,20); }
div.DivClassName
{
background-color: #CB5514;
}
.BgClassName
{
background-color: #CB5514;
}
</style>
border-color css
<style>
span { border-color: #CB5514; }
span { border-color: rgb(203,85,20); }
td.TdClassName
{
border-color: #CB5514;
}
.TagClassName
{
border-color: #CB5514;
}
</style>