Shades of Tenne (Tawny) #CB4600
Tints of Tenne (Tawny) #CB4600
RGB
CMYK
RGB Variations
Color information
#CB4600 (or 0xCB4600) is known color: Tenne (Tawny). HEX triplet: CB, 46 and 00. RGB value is (203,70,0). Sum of RGB (Red+Green+Blue) = 203+70+0=273 (36% of max value = 765). Red value is 203 (79.69% from 255 or 74.36% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CB4600 is #34B9FF. Grayscale: #666666. Windows color (decimal): -3455488 or 18123. OLE color: 18123.
HSL color Cylindrical-coordinate representation of color #CB4600: hue angle of 20.69º 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 #CB4600 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 70 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.20 |
| HSL | 20.69º | 1% | 0.4% | - |
| HSV(B) | 20.69º | 1% | 0.8% | - |
| XYZ | 26.82 | 17.08 | 1.88 | - |
| YUV | 101.79 | 70.56 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 70 | 0 | 0 | 0.66 | 1 | 0.20 | 20.69 | 1 | 0.4 |
| Hex | CB | 46 | 0 | 0 | 42 | 64 | 14 | 15 | 64 | 28 |
| Octal | 313 | 106 | 0 | 0 | 102 | 144 | 24 | 25 | 144 | 50 |
| Binary | 11001011 | 1000110 | 0 | 0 | 1000010 | 1100100 | 10100 | 10101 | 1100100 | 101000 |
Color Harmonies of #CB4600
Complementary color
Monochromatic Colors of #CB4600
Black with #CB4600
Text Example
Text Example
White with #CB4600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4600; }
p { color: rgb(203,70,0); }
H1.HeaderClassName
{
color: #CB4600;
}
.AnyTagClassName
{
color: #CB4600;
}
</style>
background-color css
<style>
a { background-color: #CB4600; }
a { background-color: rgb(203,70,0); }
div.DivClassName
{
background-color: #CB4600;
}
.BgClassName
{
background-color: #CB4600;
}
</style>
border-color css
<style>
span { border-color: #CB4600; }
span { border-color: rgb(203,70,0); }
td.TdClassName
{
border-color: #CB4600;
}
.TagClassName
{
border-color: #CB4600;
}
</style>