Shades of Tenne (Tawny) #CB590C
Tints of Tenne (Tawny) #CB590C
RGB
CMYK
RGB Variations
Color information
#CB590C (or 0xCB590C) is known color: Tenne (Tawny). HEX triplet: CB, 59 and 0C. RGB value is (203,89,12). Sum of RGB (Red+Green+Blue) = 203+89+12=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 12 (5.08% from 255 or 3.95% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB590C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB590C is #34A6F3. Grayscale: #727272. Windows color (decimal): -3450612 or 809419. OLE color: 809419.
HSL color Cylindrical-coordinate representation of color #CB590C: hue angle of 24.19º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB590C is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 12 | - |
| CMYK | 0 | 0.56 | 0.94 | 0.20 |
| HSL | 24.19º | 0.89% | 0.42% | - |
| HSV(B) | 24.19º | 0.94% | 0.8% | - |
| XYZ | 28.27 | 19.87 | 2.69 | - |
| YUV | 114.31 | 70.27 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 12 | 0 | 0.56 | 0.94 | 0.20 | 24.19 | 0.89 | 0.42 |
| Hex | CB | 59 | C | 0 | 38 | 5E | 14 | 18 | 59 | 2A |
| Octal | 313 | 131 | 14 | 0 | 70 | 136 | 24 | 30 | 131 | 52 |
| Binary | 11001011 | 1011001 | 1100 | 0 | 111000 | 1011110 | 10100 | 11000 | 1011001 | 101010 |
Color Harmonies of #CB590C
Complementary color
Monochromatic Colors of #CB590C
Black with #CB590C
Text Example
Text Example
White with #CB590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB590C; }
p { color: rgb(203,89,12); }
H1.HeaderClassName
{
color: #CB590C;
}
.AnyTagClassName
{
color: #CB590C;
}
</style>
background-color css
<style>
a { background-color: #CB590C; }
a { background-color: rgb(203,89,12); }
div.DivClassName
{
background-color: #CB590C;
}
.BgClassName
{
background-color: #CB590C;
}
</style>
border-color css
<style>
span { border-color: #CB590C; }
span { border-color: rgb(203,89,12); }
td.TdClassName
{
border-color: #CB590C;
}
.TagClassName
{
border-color: #CB590C;
}
</style>