Shades of Zest #CB7133
Tints of Zest #CB7133
RGB
CMYK
RGB Variations
Color information
#CB7133 (or 0xCB7133) is known color: Zest. HEX triplet: CB, 71 and 33. RGB value is (203,113,51). Sum of RGB (Red+Green+Blue) = 203+113+51=367 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.31% from 367); Green value is 113 (44.53% from 255 or 30.79% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7133 is #348ECC. Grayscale: #858585. Windows color (decimal): -3444429 or 3371467. OLE color: 3371467.
HSL color Cylindrical-coordinate representation of color #CB7133: hue angle of 24.47º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB7133 is Cyan = 0, Magento = 0.44, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 113 | 51 | - |
| CMYK | 0 | 0.44 | 0.75 | 0.20 |
| HSL | 24.47º | 0.6% | 0.5% | - |
| HSV(B) | 24.47º | 0.75% | 0.8% | - |
| XYZ | 31.13 | 24.75 | 6.27 | - |
| YUV | 132.84 | 81.82 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 113 | 51 | 0 | 0.44 | 0.75 | 0.20 | 24.47 | 0.6 | 0.5 |
| Hex | CB | 71 | 33 | 0 | 2C | 4B | 14 | 18 | 3C | 32 |
| Octal | 313 | 161 | 63 | 0 | 54 | 113 | 24 | 30 | 74 | 62 |
| Binary | 11001011 | 1110001 | 110011 | 0 | 101100 | 1001011 | 10100 | 11000 | 111100 | 110010 |
Color Harmonies of #CB7133
Complementary color
Monochromatic Colors of #CB7133
Black with #CB7133
Text Example
Text Example
White with #CB7133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7133; }
p { color: rgb(203,113,51); }
H1.HeaderClassName
{
color: #CB7133;
}
.AnyTagClassName
{
color: #CB7133;
}
</style>
background-color css
<style>
a { background-color: #CB7133; }
a { background-color: rgb(203,113,51); }
div.DivClassName
{
background-color: #CB7133;
}
.BgClassName
{
background-color: #CB7133;
}
</style>
border-color css
<style>
span { border-color: #CB7133; }
span { border-color: rgb(203,113,51); }
td.TdClassName
{
border-color: #CB7133;
}
.TagClassName
{
border-color: #CB7133;
}
</style>