Shades of Tenne (Tawny) #CB5E00
Tints of Tenne (Tawny) #CB5E00
RGB
CMYK
RGB Variations
Color information
#CB5E00 (or 0xCB5E00) is known color: Tenne (Tawny). HEX triplet: CB, 5E and 00. RGB value is (203,94,0). Sum of RGB (Red+Green+Blue) = 203+94+0=297 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.35% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5E00 is #34A1FF. Grayscale: #747474. Windows color (decimal): -3449344 or 24267. OLE color: 24267.
HSL color Cylindrical-coordinate representation of color #CB5E00: hue angle of 27.78º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CB5E00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.20 |
| HSL | 27.78º | 1% | 0.4% | - |
| HSV(B) | 27.78º | 1% | 0.8% | - |
| XYZ | 28.63 | 20.7 | 2.49 | - |
| YUV | 115.88 | 62.61 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 0 | 0 | 0.54 | 1 | 0.20 | 27.78 | 1 | 0.4 |
| Hex | CB | 5E | 0 | 0 | 36 | 64 | 14 | 1C | 64 | 28 |
| Octal | 313 | 136 | 0 | 0 | 66 | 144 | 24 | 34 | 144 | 50 |
| Binary | 11001011 | 1011110 | 0 | 0 | 110110 | 1100100 | 10100 | 11100 | 1100100 | 101000 |
Color Harmonies of #CB5E00
Complementary color
Monochromatic Colors of #CB5E00
Black with #CB5E00
Text Example
Text Example
White with #CB5E00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E00; }
p { color: rgb(203,94,0); }
H1.HeaderClassName
{
color: #CB5E00;
}
.AnyTagClassName
{
color: #CB5E00;
}
</style>
background-color css
<style>
a { background-color: #CB5E00; }
a { background-color: rgb(203,94,0); }
div.DivClassName
{
background-color: #CB5E00;
}
.BgClassName
{
background-color: #CB5E00;
}
</style>
border-color css
<style>
span { border-color: #CB5E00; }
span { border-color: rgb(203,94,0); }
td.TdClassName
{
border-color: #CB5E00;
}
.TagClassName
{
border-color: #CB5E00;
}
</style>