Shades of Zest #CB7037
Tints of Zest #CB7037
RGB
CMYK
RGB Variations
Color information
#CB7037 (or 0xCB7037) is known color: Zest. HEX triplet: CB, 70 and 37. RGB value is (203,112,55). Sum of RGB (Red+Green+Blue) = 203+112+55=370 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.86% from 370); Green value is 112 (44.14% from 255 or 30.27% from 370); Blue value is 55 (21.88% from 255 or 14.86% from 370); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7037 is #348FC8. Grayscale: #858585. Windows color (decimal): -3444681 or 3633355. OLE color: 3633355.
HSL color Cylindrical-coordinate representation of color #CB7037: hue angle of 23.11º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB7037 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 55 | - |
| CMYK | 0 | 0.45 | 0.73 | 0.20 |
| HSL | 23.11º | 0.59% | 0.51% | - |
| HSV(B) | 23.11º | 0.73% | 0.8% | - |
| XYZ | 31.11 | 24.56 | 6.72 | - |
| YUV | 132.71 | 84.15 | 178.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 55 | 0 | 0.45 | 0.73 | 0.20 | 23.11 | 0.59 | 0.51 |
| Hex | CB | 70 | 37 | 0 | 2D | 49 | 14 | 17 | 3B | 33 |
| Octal | 313 | 160 | 67 | 0 | 55 | 111 | 24 | 27 | 73 | 63 |
| Binary | 11001011 | 1110000 | 110111 | 0 | 101101 | 1001001 | 10100 | 10111 | 111011 | 110011 |
Color Harmonies of #CB7037
Complementary color
Monochromatic Colors of #CB7037
Black with #CB7037
Text Example
Text Example
White with #CB7037
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7037; }
p { color: rgb(203,112,55); }
H1.HeaderClassName
{
color: #CB7037;
}
.AnyTagClassName
{
color: #CB7037;
}
</style>
background-color css
<style>
a { background-color: #CB7037; }
a { background-color: rgb(203,112,55); }
div.DivClassName
{
background-color: #CB7037;
}
.BgClassName
{
background-color: #CB7037;
}
</style>
border-color css
<style>
span { border-color: #CB7037; }
span { border-color: rgb(203,112,55); }
td.TdClassName
{
border-color: #CB7037;
}
.TagClassName
{
border-color: #CB7037;
}
</style>