Shades of Tenne (Tawny) #CB5612
Tints of Tenne (Tawny) #CB5612
RGB
CMYK
RGB Variations
Color information
#CB5612 (or 0xCB5612) is known color: Tenne (Tawny). HEX triplet: CB, 56 and 12. RGB value is (203,86,18). Sum of RGB (Red+Green+Blue) = 203+86+18=307 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.12% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 18 (7.42% from 255 or 5.86% from 307); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5612 is #34A9ED. Grayscale: #717171. Windows color (decimal): -3451374 or 1201867. OLE color: 1201867.
HSL color Cylindrical-coordinate representation of color #CB5612: hue angle of 22.05º 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 #CB5612 is Cyan = 0, Magento = 0.58, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 18 | - |
| CMYK | 0 | 0.58 | 0.91 | 0.20 |
| HSL | 22.05º | 0.84% | 0.43% | - |
| HSV(B) | 22.05º | 0.91% | 0.8% | - |
| XYZ | 28.07 | 19.4 | 2.84 | - |
| YUV | 113.23 | 74.26 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 18 | 0 | 0.58 | 0.91 | 0.20 | 22.05 | 0.84 | 0.43 |
| Hex | CB | 56 | 12 | 0 | 3A | 5B | 14 | 16 | 54 | 2B |
| Octal | 313 | 126 | 22 | 0 | 72 | 133 | 24 | 26 | 124 | 53 |
| Binary | 11001011 | 1010110 | 10010 | 0 | 111010 | 1011011 | 10100 | 10110 | 1010100 | 101011 |
Color Harmonies of #CB5612
Complementary color
Monochromatic Colors of #CB5612
Black with #CB5612
Text Example
Text Example
White with #CB5612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5612; }
p { color: rgb(203,86,18); }
H1.HeaderClassName
{
color: #CB5612;
}
.AnyTagClassName
{
color: #CB5612;
}
</style>
background-color css
<style>
a { background-color: #CB5612; }
a { background-color: rgb(203,86,18); }
div.DivClassName
{
background-color: #CB5612;
}
.BgClassName
{
background-color: #CB5612;
}
</style>
border-color css
<style>
span { border-color: #CB5612; }
span { border-color: rgb(203,86,18); }
td.TdClassName
{
border-color: #CB5612;
}
.TagClassName
{
border-color: #CB5612;
}
</style>