Shades of Zest #CB7139
Tints of Zest #CB7139
RGB
CMYK
RGB Variations
Color information
#CB7139 (or 0xCB7139) is known color: Zest. HEX triplet: CB, 71 and 39. RGB value is (203,113,57). Sum of RGB (Red+Green+Blue) = 203+113+57=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 113 (44.53% from 255 or 30.29% from 373); Blue value is 57 (22.66% from 255 or 15.28% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7139 is #348EC6. Grayscale: #858585. Windows color (decimal): -3444423 or 3764683. OLE color: 3764683.
HSL color Cylindrical-coordinate representation of color #CB7139: hue angle of 23.01º 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 #CB7139 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 57 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.20 |
| HSL | 23.01º | 0.58% | 0.51% | - |
| HSV(B) | 23.01º | 0.72% | 0.8% | - |
| XYZ | 31.27 | 24.8 | 7.01 | - |
| YUV | 133.53 | 84.82 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 57 | 0 | 0.44 | 0.72 | 0.20 | 23.01 | 0.58 | 0.51 |
| Hex | CB | 71 | 39 | 0 | 2C | 48 | 14 | 17 | 3A | 33 |
| Octal | 313 | 161 | 71 | 0 | 54 | 110 | 24 | 27 | 72 | 63 |
| Binary | 11001011 | 1110001 | 111001 | 0 | 101100 | 1001000 | 10100 | 10111 | 111010 | 110011 |
Color Harmonies of #CB7139
Complementary color
Monochromatic Colors of #CB7139
Black with #CB7139
Text Example
Text Example
White with #CB7139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7139; }
p { color: rgb(203,113,57); }
H1.HeaderClassName
{
color: #CB7139;
}
.AnyTagClassName
{
color: #CB7139;
}
</style>
background-color css
<style>
a { background-color: #CB7139; }
a { background-color: rgb(203,113,57); }
div.DivClassName
{
background-color: #CB7139;
}
.BgClassName
{
background-color: #CB7139;
}
</style>
border-color css
<style>
span { border-color: #CB7139; }
span { border-color: rgb(203,113,57); }
td.TdClassName
{
border-color: #CB7139;
}
.TagClassName
{
border-color: #CB7139;
}
</style>