Shades of Tenne (Tawny) #CB5415
Tints of Tenne (Tawny) #CB5415
RGB
CMYK
RGB Variations
Color information
#CB5415 (or 0xCB5415) is known color: Tenne (Tawny). HEX triplet: CB, 54 and 15. RGB value is (203,84,21). Sum of RGB (Red+Green+Blue) = 203+84+21=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5415 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5415 is #34ABEA. Grayscale: #707070. Windows color (decimal): -3451883 or 1397963. OLE color: 1397963.
HSL color Cylindrical-coordinate representation of color #CB5415: hue angle of 20.77º degrees, saturation: 0.81, 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 #CB5415 is Cyan = 0, Magento = 0.59, Yellow = 0.90 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 21 | - |
| CMYK | 0 | 0.59 | 0.90 | 0.20 |
| HSL | 20.77º | 0.81% | 0.44% | - |
| HSV(B) | 20.77º | 0.9% | 0.8% | - |
| XYZ | 27.93 | 19.09 | 2.92 | - |
| YUV | 112.4 | 76.42 | 192.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 21 | 0 | 0.59 | 0.90 | 0.20 | 20.77 | 0.81 | 0.44 |
| Hex | CB | 54 | 15 | 0 | 3B | 5A | 14 | 15 | 51 | 2C |
| Octal | 313 | 124 | 25 | 0 | 73 | 132 | 24 | 25 | 121 | 54 |
| Binary | 11001011 | 1010100 | 10101 | 0 | 111011 | 1011010 | 10100 | 10101 | 1010001 | 101100 |
Color Harmonies of #CB5415
Complementary color
Monochromatic Colors of #CB5415
Black with #CB5415
Text Example
Text Example
White with #CB5415
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5415; }
p { color: rgb(203,84,21); }
H1.HeaderClassName
{
color: #CB5415;
}
.AnyTagClassName
{
color: #CB5415;
}
</style>
background-color css
<style>
a { background-color: #CB5415; }
a { background-color: rgb(203,84,21); }
div.DivClassName
{
background-color: #CB5415;
}
.BgClassName
{
background-color: #CB5415;
}
</style>
border-color css
<style>
span { border-color: #CB5415; }
span { border-color: rgb(203,84,21); }
td.TdClassName
{
border-color: #CB5415;
}
.TagClassName
{
border-color: #CB5415;
}
</style>