Shades of Tenne (Tawny) #CB6200
Tints of Tenne (Tawny) #CB6200
RGB
CMYK
RGB Variations
Color information
#CB6200 (or 0xCB6200) is known color: Tenne (Tawny). HEX triplet: CB, 62 and 00. RGB value is (203,98,0). Sum of RGB (Red+Green+Blue) = 203+98+0=301 (39% of max value = 765). Red value is 203 (79.69% from 255 or 67.44% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 0 (0.39% from 255 or 0% from 301); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6200 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB6200 is #349DFF. Grayscale: #767676. Windows color (decimal): -3448320 or 25291. OLE color: 25291.
HSL color Cylindrical-coordinate representation of color #CB6200: hue angle of 28.97º 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 #CB6200 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 98 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.20 |
| HSL | 28.97º | 1% | 0.4% | - |
| HSV(B) | 28.97º | 1% | 0.8% | - |
| XYZ | 29 | 21.43 | 2.61 | - |
| YUV | 118.22 | 61.29 | 188.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 98 | 0 | 0 | 0.52 | 1 | 0.20 | 28.97 | 1 | 0.4 |
| Hex | CB | 62 | 0 | 0 | 34 | 64 | 14 | 1D | 64 | 28 |
| Octal | 313 | 142 | 0 | 0 | 64 | 144 | 24 | 35 | 144 | 50 |
| Binary | 11001011 | 1100010 | 0 | 0 | 110100 | 1100100 | 10100 | 11101 | 1100100 | 101000 |
Color Harmonies of #CB6200
Complementary color
Monochromatic Colors of #CB6200
Black with #CB6200
Text Example
Text Example
White with #CB6200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6200; }
p { color: rgb(203,98,0); }
H1.HeaderClassName
{
color: #CB6200;
}
.AnyTagClassName
{
color: #CB6200;
}
</style>
background-color css
<style>
a { background-color: #CB6200; }
a { background-color: rgb(203,98,0); }
div.DivClassName
{
background-color: #CB6200;
}
.BgClassName
{
background-color: #CB6200;
}
</style>
border-color css
<style>
span { border-color: #CB6200; }
span { border-color: rgb(203,98,0); }
td.TdClassName
{
border-color: #CB6200;
}
.TagClassName
{
border-color: #CB6200;
}
</style>