Shades of Tenne (Tawny) #CB550B
Tints of Tenne (Tawny) #CB550B
RGB
CMYK
RGB Variations
Color information
#CB550B (or 0xCB550B) is known color: Tenne (Tawny). HEX triplet: CB, 55 and 0B. RGB value is (203,85,11). Sum of RGB (Red+Green+Blue) = 203+85+11=299 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.89% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 203 - color contains mainly: red. Hex color #CB550B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB550B is #34AAF4. Grayscale: #707070. Windows color (decimal): -3451637 or 742859. OLE color: 742859.
HSL color Cylindrical-coordinate representation of color #CB550B: hue angle of 23.12º 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 #CB550B is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 11 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.20 |
| HSL | 23.13º | 0.9% | 0.42% | - |
| HSV(B) | 23.13º | 0.95% | 0.8% | - |
| XYZ | 27.94 | 19.22 | 2.55 | - |
| YUV | 111.85 | 71.09 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 11 | 0 | 0.58 | 0.95 | 0.20 | 23.13 | 0.9 | 0.42 |
| Hex | CB | 55 | B | 0 | 3A | 5F | 14 | 17 | 5A | 2A |
| Octal | 313 | 125 | 13 | 0 | 72 | 137 | 24 | 27 | 132 | 52 |
| Binary | 11001011 | 1010101 | 1011 | 0 | 111010 | 1011111 | 10100 | 10111 | 1011010 | 101010 |
Color Harmonies of #CB550B
Complementary color
Monochromatic Colors of #CB550B
Black with #CB550B
Text Example
Text Example
White with #CB550B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB550B; }
p { color: rgb(203,85,11); }
H1.HeaderClassName
{
color: #CB550B;
}
.AnyTagClassName
{
color: #CB550B;
}
</style>
background-color css
<style>
a { background-color: #CB550B; }
a { background-color: rgb(203,85,11); }
div.DivClassName
{
background-color: #CB550B;
}
.BgClassName
{
background-color: #CB550B;
}
</style>
border-color css
<style>
span { border-color: #CB550B; }
span { border-color: rgb(203,85,11); }
td.TdClassName
{
border-color: #CB550B;
}
.TagClassName
{
border-color: #CB550B;
}
</style>