Shades of Zest #CB7039
Tints of Zest #CB7039
RGB
CMYK
RGB Variations
Color information
#CB7039 (or 0xCB7039) is known color: Zest. HEX triplet: CB, 70 and 39. RGB value is (203,112,57). Sum of RGB (Red+Green+Blue) = 203+112+57=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 112 (44.14% from 255 or 30.11% from 372); Blue value is 57 (22.66% from 255 or 15.32% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7039 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7039 is #348FC6. Grayscale: #858585. Windows color (decimal): -3444679 or 3764427. OLE color: 3764427.
HSL color Cylindrical-coordinate representation of color #CB7039: hue angle of 22.6º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB7039 is Cyan = 0, Magento = 0.45, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 57 | - |
| CMYK | 0 | 0.45 | 0.72 | 0.20 |
| HSL | 22.6º | 0.58% | 0.51% | - |
| HSV(B) | 22.6º | 0.72% | 0.8% | - |
| XYZ | 31.16 | 24.58 | 6.97 | - |
| YUV | 132.94 | 85.15 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 57 | 0 | 0.45 | 0.72 | 0.20 | 22.6 | 0.58 | 0.51 |
| Hex | CB | 70 | 39 | 0 | 2D | 48 | 14 | 17 | 3A | 33 |
| Octal | 313 | 160 | 71 | 0 | 55 | 110 | 24 | 27 | 72 | 63 |
| Binary | 11001011 | 1110000 | 111001 | 0 | 101101 | 1001000 | 10100 | 10111 | 111010 | 110011 |
Color Harmonies of #CB7039
Complementary color
Monochromatic Colors of #CB7039
Black with #CB7039
Text Example
Text Example
White with #CB7039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7039; }
p { color: rgb(203,112,57); }
H1.HeaderClassName
{
color: #CB7039;
}
.AnyTagClassName
{
color: #CB7039;
}
</style>
background-color css
<style>
a { background-color: #CB7039; }
a { background-color: rgb(203,112,57); }
div.DivClassName
{
background-color: #CB7039;
}
.BgClassName
{
background-color: #CB7039;
}
</style>
border-color css
<style>
span { border-color: #CB7039; }
span { border-color: rgb(203,112,57); }
td.TdClassName
{
border-color: #CB7039;
}
.TagClassName
{
border-color: #CB7039;
}
</style>