Shades of Tenne (Tawny) #CB5F00
Tints of Tenne (Tawny) #CB5F00
RGB
CMYK
RGB Variations
Color information
#CB5F00 (or 0xCB5F00) is known color: Tenne (Tawny). HEX triplet: CB, 5F and 00. RGB value is (203,95,0). Sum of RGB (Red+Green+Blue) = 203+95+0=298 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.12% from 298); Green value is 95 (37.5% from 255 or 31.88% from 298); Blue value is 0 (0.39% from 255 or 0% from 298); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5F00 is #34A0FF. Grayscale: #747474. Windows color (decimal): -3449088 or 24523. OLE color: 24523.
HSL color Cylindrical-coordinate representation of color #CB5F00: hue angle of 28.08º 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 #CB5F00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 95 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.20 |
| HSL | 28.08º | 1% | 0.4% | - |
| HSV(B) | 28.08º | 1% | 0.8% | - |
| XYZ | 28.72 | 20.88 | 2.52 | - |
| YUV | 116.46 | 62.28 | 189.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 95 | 0 | 0 | 0.53 | 1 | 0.20 | 28.08 | 1 | 0.4 |
| Hex | CB | 5F | 0 | 0 | 35 | 64 | 14 | 1C | 64 | 28 |
| Octal | 313 | 137 | 0 | 0 | 65 | 144 | 24 | 34 | 144 | 50 |
| Binary | 11001011 | 1011111 | 0 | 0 | 110101 | 1100100 | 10100 | 11100 | 1100100 | 101000 |
Color Harmonies of #CB5F00
Complementary color
Monochromatic Colors of #CB5F00
Black with #CB5F00
Text Example
Text Example
White with #CB5F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5F00; }
p { color: rgb(203,95,0); }
H1.HeaderClassName
{
color: #CB5F00;
}
.AnyTagClassName
{
color: #CB5F00;
}
</style>
background-color css
<style>
a { background-color: #CB5F00; }
a { background-color: rgb(203,95,0); }
div.DivClassName
{
background-color: #CB5F00;
}
.BgClassName
{
background-color: #CB5F00;
}
</style>
border-color css
<style>
span { border-color: #CB5F00; }
span { border-color: rgb(203,95,0); }
td.TdClassName
{
border-color: #CB5F00;
}
.TagClassName
{
border-color: #CB5F00;
}
</style>