Shades of Zest #CB7035
Tints of Zest #CB7035
RGB
CMYK
RGB Variations
Color information
#CB7035 (or 0xCB7035) is known color: Zest. HEX triplet: CB, 70 and 35. RGB value is (203,112,53). Sum of RGB (Red+Green+Blue) = 203+112+53=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 112 (44.14% from 255 or 30.43% from 368); Blue value is 53 (21.09% from 255 or 14.40% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7035 is #348FCA. Grayscale: #848484. Windows color (decimal): -3444683 or 3502283. OLE color: 3502283.
HSL color Cylindrical-coordinate representation of color #CB7035: hue angle of 23.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB7035 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 53 | - |
| CMYK | 0 | 0.45 | 0.74 | 0.20 |
| HSL | 23.6º | 0.59% | 0.5% | - |
| HSV(B) | 23.6º | 0.74% | 0.8% | - |
| XYZ | 31.07 | 24.54 | 6.47 | - |
| YUV | 132.48 | 83.15 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 53 | 0 | 0.45 | 0.74 | 0.20 | 23.6 | 0.59 | 0.5 |
| Hex | CB | 70 | 35 | 0 | 2D | 4A | 14 | 18 | 3B | 32 |
| Octal | 313 | 160 | 65 | 0 | 55 | 112 | 24 | 30 | 73 | 62 |
| Binary | 11001011 | 1110000 | 110101 | 0 | 101101 | 1001010 | 10100 | 11000 | 111011 | 110010 |
Color Harmonies of #CB7035
Complementary color
Monochromatic Colors of #CB7035
Black with #CB7035
Text Example
Text Example
White with #CB7035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7035; }
p { color: rgb(203,112,53); }
H1.HeaderClassName
{
color: #CB7035;
}
.AnyTagClassName
{
color: #CB7035;
}
</style>
background-color css
<style>
a { background-color: #CB7035; }
a { background-color: rgb(203,112,53); }
div.DivClassName
{
background-color: #CB7035;
}
.BgClassName
{
background-color: #CB7035;
}
</style>
border-color css
<style>
span { border-color: #CB7035; }
span { border-color: rgb(203,112,53); }
td.TdClassName
{
border-color: #CB7035;
}
.TagClassName
{
border-color: #CB7035;
}
</style>