Shades of Tenne (Tawny) #CB600D
Tints of Tenne (Tawny) #CB600D
RGB
CMYK
RGB Variations
Color information
#CB600D (or 0xCB600D) is known color: Tenne (Tawny). HEX triplet: CB, 60 and 0D. RGB value is (203,96,13). Sum of RGB (Red+Green+Blue) = 203+96+13=312 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.06% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 13 (5.47% from 255 or 4.17% from 312); Max value from RGB is 203 - color contains mainly: red. Hex color #CB600D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB600D is #349FF2. Grayscale: #767676. Windows color (decimal): -3448819 or 876747. OLE color: 876747.
HSL color Cylindrical-coordinate representation of color #CB600D: hue angle of 26.21º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CB600D is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 13 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.20 |
| HSL | 26.21º | 0.88% | 0.42% | - |
| HSV(B) | 26.21º | 0.94% | 0.8% | - |
| XYZ | 28.88 | 21.09 | 2.93 | - |
| YUV | 118.53 | 68.45 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 13 | 0 | 0.53 | 0.94 | 0.20 | 26.21 | 0.88 | 0.42 |
| Hex | CB | 60 | D | 0 | 35 | 5E | 14 | 1A | 58 | 2A |
| Octal | 313 | 140 | 15 | 0 | 65 | 136 | 24 | 32 | 130 | 52 |
| Binary | 11001011 | 1100000 | 1101 | 0 | 110101 | 1011110 | 10100 | 11010 | 1011000 | 101010 |
Color Harmonies of #CB600D
Complementary color
Monochromatic Colors of #CB600D
Black with #CB600D
Text Example
Text Example
White with #CB600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB600D; }
p { color: rgb(203,96,13); }
H1.HeaderClassName
{
color: #CB600D;
}
.AnyTagClassName
{
color: #CB600D;
}
</style>
background-color css
<style>
a { background-color: #CB600D; }
a { background-color: rgb(203,96,13); }
div.DivClassName
{
background-color: #CB600D;
}
.BgClassName
{
background-color: #CB600D;
}
</style>
border-color css
<style>
span { border-color: #CB600D; }
span { border-color: rgb(203,96,13); }
td.TdClassName
{
border-color: #CB600D;
}
.TagClassName
{
border-color: #CB600D;
}
</style>