Shades of Tenne (Tawny) #CB5312
Tints of Tenne (Tawny) #CB5312
RGB
CMYK
RGB Variations
Color information
#CB5312 (or 0xCB5312) is known color: Tenne (Tawny). HEX triplet: CB, 53 and 12. RGB value is (203,83,18). Sum of RGB (Red+Green+Blue) = 203+83+18=304 (40% of max value = 765). Red value is 203 (79.69% from 255 or 66.78% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5312 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5312 is #34ACED. Grayscale: #6F6F6F. Windows color (decimal): -3452142 or 1201099. OLE color: 1201099.
HSL color Cylindrical-coordinate representation of color #CB5312: hue angle of 21.08º 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 #CB5312 is Cyan = 0, Magento = 0.59, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 18 | - |
| CMYK | 0 | 0.59 | 0.91 | 0.20 |
| HSL | 21.08º | 0.84% | 0.43% | - |
| HSV(B) | 21.08º | 0.91% | 0.8% | - |
| XYZ | 27.83 | 18.93 | 2.76 | - |
| YUV | 111.47 | 75.26 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 18 | 0 | 0.59 | 0.91 | 0.20 | 21.08 | 0.84 | 0.43 |
| Hex | CB | 53 | 12 | 0 | 3B | 5B | 14 | 15 | 54 | 2B |
| Octal | 313 | 123 | 22 | 0 | 73 | 133 | 24 | 25 | 124 | 53 |
| Binary | 11001011 | 1010011 | 10010 | 0 | 111011 | 1011011 | 10100 | 10101 | 1010100 | 101011 |
Color Harmonies of #CB5312
Complementary color
Monochromatic Colors of #CB5312
Black with #CB5312
Text Example
Text Example
White with #CB5312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5312; }
p { color: rgb(203,83,18); }
H1.HeaderClassName
{
color: #CB5312;
}
.AnyTagClassName
{
color: #CB5312;
}
</style>
background-color css
<style>
a { background-color: #CB5312; }
a { background-color: rgb(203,83,18); }
div.DivClassName
{
background-color: #CB5312;
}
.BgClassName
{
background-color: #CB5312;
}
</style>
border-color css
<style>
span { border-color: #CB5312; }
span { border-color: rgb(203,83,18); }
td.TdClassName
{
border-color: #CB5312;
}
.TagClassName
{
border-color: #CB5312;
}
</style>