Shades of Tenne (Tawny) #CB5200
Tints of Tenne (Tawny) #CB5200
RGB
CMYK
RGB Variations
Color information
#CB5200 (or 0xCB5200) is known color: Tenne (Tawny). HEX triplet: CB, 52 and 00. RGB value is (203,82,0). Sum of RGB (Red+Green+Blue) = 203+82+0=285 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.23% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 0 (0.39% from 255 or 0% from 285); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5200 is #34ADFF. Grayscale: #6D6D6D. Windows color (decimal): -3452416 or 21195. OLE color: 21195.
HSL color Cylindrical-coordinate representation of color #CB5200: hue angle of 24.24º 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 #CB5200 is Cyan = 0, Magento = 0.60, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 0 | - |
| CMYK | 0 | 0.60 | 1 | 0.20 |
| HSL | 24.24º | 1% | 0.4% | - |
| HSV(B) | 24.24º | 1% | 0.8% | - |
| XYZ | 27.65 | 18.73 | 2.16 | - |
| YUV | 108.83 | 66.59 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 0 | 0 | 0.60 | 1 | 0.20 | 24.24 | 1 | 0.4 |
| Hex | CB | 52 | 0 | 0 | 3C | 64 | 14 | 18 | 64 | 28 |
| Octal | 313 | 122 | 0 | 0 | 74 | 144 | 24 | 30 | 144 | 50 |
| Binary | 11001011 | 1010010 | 0 | 0 | 111100 | 1100100 | 10100 | 11000 | 1100100 | 101000 |
Color Harmonies of #CB5200
Complementary color
Monochromatic Colors of #CB5200
Black with #CB5200
Text Example
Text Example
White with #CB5200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5200; }
p { color: rgb(203,82,0); }
H1.HeaderClassName
{
color: #CB5200;
}
.AnyTagClassName
{
color: #CB5200;
}
</style>
background-color css
<style>
a { background-color: #CB5200; }
a { background-color: rgb(203,82,0); }
div.DivClassName
{
background-color: #CB5200;
}
.BgClassName
{
background-color: #CB5200;
}
</style>
border-color css
<style>
span { border-color: #CB5200; }
span { border-color: rgb(203,82,0); }
td.TdClassName
{
border-color: #CB5200;
}
.TagClassName
{
border-color: #CB5200;
}
</style>