Shades of Tenne (Tawny) #CB5A12
Tints of Tenne (Tawny) #CB5A12
RGB
CMYK
RGB Variations
Color information
#CB5A12 (or 0xCB5A12) is known color: Tenne (Tawny). HEX triplet: CB, 5A and 12. RGB value is (203,90,18). Sum of RGB (Red+Green+Blue) = 203+90+18=311 (41% of max value = 765). Red value is 203 (79.69% from 255 or 65.27% from 311); Green value is 90 (35.55% from 255 or 28.94% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5A12 is #34A5ED. Grayscale: #737373. Windows color (decimal): -3450350 or 1202891. OLE color: 1202891.
HSL color Cylindrical-coordinate representation of color #CB5A12: hue angle of 23.35º 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 #CB5A12 is Cyan = 0, Magento = 0.56, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 18 | - |
| CMYK | 0 | 0.56 | 0.91 | 0.20 |
| HSL | 23.35º | 0.84% | 0.43% | - |
| HSV(B) | 23.35º | 0.91% | 0.8% | - |
| XYZ | 28.39 | 20.05 | 2.95 | - |
| YUV | 115.58 | 72.94 | 190.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 18 | 0 | 0.56 | 0.91 | 0.20 | 23.35 | 0.84 | 0.43 |
| Hex | CB | 5A | 12 | 0 | 38 | 5B | 14 | 17 | 54 | 2B |
| Octal | 313 | 132 | 22 | 0 | 70 | 133 | 24 | 27 | 124 | 53 |
| Binary | 11001011 | 1011010 | 10010 | 0 | 111000 | 1011011 | 10100 | 10111 | 1010100 | 101011 |
Color Harmonies of #CB5A12
Complementary color
Monochromatic Colors of #CB5A12
Black with #CB5A12
Text Example
Text Example
White with #CB5A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A12; }
p { color: rgb(203,90,18); }
H1.HeaderClassName
{
color: #CB5A12;
}
.AnyTagClassName
{
color: #CB5A12;
}
</style>
background-color css
<style>
a { background-color: #CB5A12; }
a { background-color: rgb(203,90,18); }
div.DivClassName
{
background-color: #CB5A12;
}
.BgClassName
{
background-color: #CB5A12;
}
</style>
border-color css
<style>
span { border-color: #CB5A12; }
span { border-color: rgb(203,90,18); }
td.TdClassName
{
border-color: #CB5A12;
}
.TagClassName
{
border-color: #CB5A12;
}
</style>