Shades of Tenne (Tawny) #CB5D0C
Tints of Tenne (Tawny) #CB5D0C
RGB
CMYK
RGB Variations
Color information
#CB5D0C (or 0xCB5D0C) is known color: Tenne (Tawny). HEX triplet: CB, 5D and 0C. RGB value is (203,93,12). Sum of RGB (Red+Green+Blue) = 203+93+12=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 12 (5.08% from 255 or 3.90% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5D0C is #34A2F3. Grayscale: #757575. Windows color (decimal): -3449588 or 810443. OLE color: 810443.
HSL color Cylindrical-coordinate representation of color #CB5D0C: hue angle of 25.45º 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 #CB5D0C is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 93 | 12 | - |
| CMYK | 0 | 0.54 | 0.94 | 0.20 |
| HSL | 25.45º | 0.89% | 0.42% | - |
| HSV(B) | 25.45º | 0.94% | 0.8% | - |
| XYZ | 28.61 | 20.55 | 2.81 | - |
| YUV | 116.66 | 68.94 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 93 | 12 | 0 | 0.54 | 0.94 | 0.20 | 25.45 | 0.89 | 0.42 |
| Hex | CB | 5D | C | 0 | 36 | 5E | 14 | 19 | 59 | 2A |
| Octal | 313 | 135 | 14 | 0 | 66 | 136 | 24 | 31 | 131 | 52 |
| Binary | 11001011 | 1011101 | 1100 | 0 | 110110 | 1011110 | 10100 | 11001 | 1011001 | 101010 |
Color Harmonies of #CB5D0C
Complementary color
Monochromatic Colors of #CB5D0C
Black with #CB5D0C
Text Example
Text Example
White with #CB5D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5D0C; }
p { color: rgb(203,93,12); }
H1.HeaderClassName
{
color: #CB5D0C;
}
.AnyTagClassName
{
color: #CB5D0C;
}
</style>
background-color css
<style>
a { background-color: #CB5D0C; }
a { background-color: rgb(203,93,12); }
div.DivClassName
{
background-color: #CB5D0C;
}
.BgClassName
{
background-color: #CB5D0C;
}
</style>
border-color css
<style>
span { border-color: #CB5D0C; }
span { border-color: rgb(203,93,12); }
td.TdClassName
{
border-color: #CB5D0C;
}
.TagClassName
{
border-color: #CB5D0C;
}
</style>