Shades of Tenne (Tawny) #CB5712
Tints of Tenne (Tawny) #CB5712
RGB
CMYK
RGB Variations
Color information
#CB5712 (or 0xCB5712) is known color: Tenne (Tawny). HEX triplet: CB, 57 and 12. RGB value is (203,87,18). Sum of RGB (Red+Green+Blue) = 203+87+18=308 (40% of max value = 765). Red value is 203 (79.69% from 255 or 65.91% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 18 (7.42% from 255 or 5.84% from 308); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CB5712 is #34A8ED. Grayscale: #727272. Windows color (decimal): -3451118 or 1202123. OLE color: 1202123.
HSL color Cylindrical-coordinate representation of color #CB5712: hue angle of 22.38º 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 #CB5712 is Cyan = 0, Magento = 0.57, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 87 | 18 | - |
| CMYK | 0 | 0.57 | 0.91 | 0.20 |
| HSL | 22.38º | 0.84% | 0.43% | - |
| HSV(B) | 22.38º | 0.91% | 0.8% | - |
| XYZ | 28.15 | 19.56 | 2.86 | - |
| YUV | 113.82 | 73.93 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 87 | 18 | 0 | 0.57 | 0.91 | 0.20 | 22.38 | 0.84 | 0.43 |
| Hex | CB | 57 | 12 | 0 | 39 | 5B | 14 | 16 | 54 | 2B |
| Octal | 313 | 127 | 22 | 0 | 71 | 133 | 24 | 26 | 124 | 53 |
| Binary | 11001011 | 1010111 | 10010 | 0 | 111001 | 1011011 | 10100 | 10110 | 1010100 | 101011 |
Color Harmonies of #CB5712
Complementary color
Monochromatic Colors of #CB5712
Black with #CB5712
Text Example
Text Example
White with #CB5712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5712; }
p { color: rgb(203,87,18); }
H1.HeaderClassName
{
color: #CB5712;
}
.AnyTagClassName
{
color: #CB5712;
}
</style>
background-color css
<style>
a { background-color: #CB5712; }
a { background-color: rgb(203,87,18); }
div.DivClassName
{
background-color: #CB5712;
}
.BgClassName
{
background-color: #CB5712;
}
</style>
border-color css
<style>
span { border-color: #CB5712; }
span { border-color: rgb(203,87,18); }
td.TdClassName
{
border-color: #CB5712;
}
.TagClassName
{
border-color: #CB5712;
}
</style>