Shades of Zest #CB7939
Tints of Zest #CB7939
RGB
CMYK
RGB Variations
Color information
#CB7939 (or 0xCB7939) is known color: Zest. HEX triplet: CB, 79 and 39. RGB value is (203,121,57). Sum of RGB (Red+Green+Blue) = 203+121+57=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 57 (22.66% from 255 or 14.96% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7939 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7939 is #3486C6. Grayscale: #8A8A8A. Windows color (decimal): -3442375 or 3766731. OLE color: 3766731.
HSL color Cylindrical-coordinate representation of color #CB7939: hue angle of 26.3º 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 #CB7939 is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 121 | 57 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.20 |
| HSL | 26.3º | 0.58% | 0.51% | - |
| HSV(B) | 26.3º | 0.72% | 0.8% | - |
| XYZ | 32.2 | 26.67 | 7.32 | - |
| YUV | 138.22 | 82.17 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 121 | 57 | 0 | 0.40 | 0.72 | 0.20 | 26.3 | 0.58 | 0.51 |
| Hex | CB | 79 | 39 | 0 | 28 | 48 | 14 | 1A | 3A | 33 |
| Octal | 313 | 171 | 71 | 0 | 50 | 110 | 24 | 32 | 72 | 63 |
| Binary | 11001011 | 1111001 | 111001 | 0 | 101000 | 1001000 | 10100 | 11010 | 111010 | 110011 |
Color Harmonies of #CB7939
Complementary color
Monochromatic Colors of #CB7939
Black with #CB7939
Text Example
Text Example
White with #CB7939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7939; }
p { color: rgb(203,121,57); }
H1.HeaderClassName
{
color: #CB7939;
}
.AnyTagClassName
{
color: #CB7939;
}
</style>
background-color css
<style>
a { background-color: #CB7939; }
a { background-color: rgb(203,121,57); }
div.DivClassName
{
background-color: #CB7939;
}
.BgClassName
{
background-color: #CB7939;
}
</style>
border-color css
<style>
span { border-color: #CB7939; }
span { border-color: rgb(203,121,57); }
td.TdClassName
{
border-color: #CB7939;
}
.TagClassName
{
border-color: #CB7939;
}
</style>