Shades of Tenne (Tawny) #CB600C
Tints of Tenne (Tawny) #CB600C
RGB
CMYK
RGB Variations
Color information
#CB600C (or 0xCB600C) is known color: Tenne (Tawny). HEX triplet: CB, 60 and 0C. RGB value is (203,96,12). Sum of RGB (Red+Green+Blue) = 203+96+12=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 12 (5.08% from 255 or 3.86% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB600C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB600C is #349FF3. Grayscale: #767676. Windows color (decimal): -3448820 or 811211. OLE color: 811211.
HSL color Cylindrical-coordinate representation of color #CB600C: hue angle of 26.39º degrees, saturation: 0.89, 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 #CB600C is Cyan = 0, Magento = 0.53, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 96 | 12 | - |
| CMYK | 0 | 0.53 | 0.94 | 0.20 |
| HSL | 26.39º | 0.89% | 0.42% | - |
| HSV(B) | 26.39º | 0.94% | 0.8% | - |
| XYZ | 28.88 | 21.09 | 2.9 | - |
| YUV | 118.42 | 67.95 | 188.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 96 | 12 | 0 | 0.53 | 0.94 | 0.20 | 26.39 | 0.89 | 0.42 |
| Hex | CB | 60 | C | 0 | 35 | 5E | 14 | 1A | 59 | 2A |
| Octal | 313 | 140 | 14 | 0 | 65 | 136 | 24 | 32 | 131 | 52 |
| Binary | 11001011 | 1100000 | 1100 | 0 | 110101 | 1011110 | 10100 | 11010 | 1011001 | 101010 |
Color Harmonies of #CB600C
Complementary color
Monochromatic Colors of #CB600C
Black with #CB600C
Text Example
Text Example
White with #CB600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB600C; }
p { color: rgb(203,96,12); }
H1.HeaderClassName
{
color: #CB600C;
}
.AnyTagClassName
{
color: #CB600C;
}
</style>
background-color css
<style>
a { background-color: #CB600C; }
a { background-color: rgb(203,96,12); }
div.DivClassName
{
background-color: #CB600C;
}
.BgClassName
{
background-color: #CB600C;
}
</style>
border-color css
<style>
span { border-color: #CB600C; }
span { border-color: rgb(203,96,12); }
td.TdClassName
{
border-color: #CB600C;
}
.TagClassName
{
border-color: #CB600C;
}
</style>