Shades of Tenne (Tawny) #CB5112
Tints of Tenne (Tawny) #CB5112
RGB
CMYK
RGB Variations
Color information
#CB5112 (or 0xCB5112) is known color: Tenne (Tawny). HEX triplet: CB, 51 and 12. RGB value is (203,81,18). Sum of RGB (Red+Green+Blue) = 203+81+18=302 (40% of max value = 765). Red value is 203 (79.69% from 255 or 67.22% from 302); Green value is 81 (32.03% from 255 or 26.82% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5112 is #34AEED. Grayscale: #6E6E6E. Windows color (decimal): -3452654 or 1200587. OLE color: 1200587.
HSL color Cylindrical-coordinate representation of color #CB5112: hue angle of 20.43º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CB5112 is Cyan = 0, Magento = 0.60, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 18 | - |
| CMYK | 0 | 0.60 | 0.91 | 0.20 |
| HSL | 20.43º | 0.84% | 0.43% | - |
| HSV(B) | 20.43º | 0.91% | 0.8% | - |
| XYZ | 27.68 | 18.63 | 2.71 | - |
| YUV | 110.3 | 75.92 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 18 | 0 | 0.60 | 0.91 | 0.20 | 20.43 | 0.84 | 0.43 |
| Hex | CB | 51 | 12 | 0 | 3C | 5B | 14 | 14 | 54 | 2B |
| Octal | 313 | 121 | 22 | 0 | 74 | 133 | 24 | 24 | 124 | 53 |
| Binary | 11001011 | 1010001 | 10010 | 0 | 111100 | 1011011 | 10100 | 10100 | 1010100 | 101011 |
Color Harmonies of #CB5112
Complementary color
Monochromatic Colors of #CB5112
Black with #CB5112
Text Example
Text Example
White with #CB5112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5112; }
p { color: rgb(203,81,18); }
H1.HeaderClassName
{
color: #CB5112;
}
.AnyTagClassName
{
color: #CB5112;
}
</style>
background-color css
<style>
a { background-color: #CB5112; }
a { background-color: rgb(203,81,18); }
div.DivClassName
{
background-color: #CB5112;
}
.BgClassName
{
background-color: #CB5112;
}
</style>
border-color css
<style>
span { border-color: #CB5112; }
span { border-color: rgb(203,81,18); }
td.TdClassName
{
border-color: #CB5112;
}
.TagClassName
{
border-color: #CB5112;
}
</style>