Shades of Tenne (Tawny) #CB510B
Tints of Tenne (Tawny) #CB510B
RGB
CMYK
RGB Variations
Color information
#CB510B (or 0xCB510B) is known color: Tenne (Tawny). HEX triplet: CB, 51 and 0B. RGB value is (203,81,11). Sum of RGB (Red+Green+Blue) = 203+81+11=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 11 (4.69% from 255 or 3.73% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB510B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB510B is #34AEF4. Grayscale: #6D6D6D. Windows color (decimal): -3452661 or 741835. OLE color: 741835.
HSL color Cylindrical-coordinate representation of color #CB510B: hue angle of 21.88º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CB510B is Cyan = 0, Magento = 0.60, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 11 | - |
| CMYK | 0 | 0.60 | 0.95 | 0.20 |
| HSL | 21.88º | 0.9% | 0.42% | - |
| HSV(B) | 21.88º | 0.95% | 0.8% | - |
| XYZ | 27.63 | 18.61 | 2.45 | - |
| YUV | 109.5 | 72.42 | 194.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 11 | 0 | 0.60 | 0.95 | 0.20 | 21.88 | 0.9 | 0.42 |
| Hex | CB | 51 | B | 0 | 3C | 5F | 14 | 16 | 5A | 2A |
| Octal | 313 | 121 | 13 | 0 | 74 | 137 | 24 | 26 | 132 | 52 |
| Binary | 11001011 | 1010001 | 1011 | 0 | 111100 | 1011111 | 10100 | 10110 | 1011010 | 101010 |
Color Harmonies of #CB510B
Complementary color
Monochromatic Colors of #CB510B
Black with #CB510B
Text Example
Text Example
White with #CB510B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB510B; }
p { color: rgb(203,81,11); }
H1.HeaderClassName
{
color: #CB510B;
}
.AnyTagClassName
{
color: #CB510B;
}
</style>
background-color css
<style>
a { background-color: #CB510B; }
a { background-color: rgb(203,81,11); }
div.DivClassName
{
background-color: #CB510B;
}
.BgClassName
{
background-color: #CB510B;
}
</style>
border-color css
<style>
span { border-color: #CB510B; }
span { border-color: rgb(203,81,11); }
td.TdClassName
{
border-color: #CB510B;
}
.TagClassName
{
border-color: #CB510B;
}
</style>