Shades of Zest #CB7041
Tints of Zest #CB7041
RGB
CMYK
RGB Variations
Color information
#CB7041 (or 0xCB7041) is known color: Zest. HEX triplet: CB, 70 and 41. RGB value is (203,112,65). Sum of RGB (Red+Green+Blue) = 203+112+65=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 65 (25.78% from 255 or 17.11% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7041 is #348FBE. Grayscale: #868686. Windows color (decimal): -3444671 or 4288715. OLE color: 4288715.
HSL color Cylindrical-coordinate representation of color #CB7041: hue angle of 20.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB7041 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 112 | 65 | - |
| CMYK | 0 | 0.45 | 0.68 | 0.20 |
| HSL | 20.43º | 0.57% | 0.53% | - |
| HSV(B) | 20.43º | 0.68% | 0.8% | - |
| XYZ | 31.38 | 24.67 | 8.11 | - |
| YUV | 133.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 112 | 65 | 0 | 0.45 | 0.68 | 0.20 | 20.43 | 0.57 | 0.53 |
| Hex | CB | 70 | 41 | 0 | 2D | 44 | 14 | 14 | 39 | 35 |
| Octal | 313 | 160 | 101 | 0 | 55 | 104 | 24 | 24 | 71 | 65 |
| Binary | 11001011 | 1110000 | 1000001 | 0 | 101101 | 1000100 | 10100 | 10100 | 111001 | 110101 |
Color Harmonies of #CB7041
Complementary color
Monochromatic Colors of #CB7041
Black with #CB7041
Text Example
Text Example
White with #CB7041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7041; }
p { color: rgb(203,112,65); }
H1.HeaderClassName
{
color: #CB7041;
}
.AnyTagClassName
{
color: #CB7041;
}
</style>
background-color css
<style>
a { background-color: #CB7041; }
a { background-color: rgb(203,112,65); }
div.DivClassName
{
background-color: #CB7041;
}
.BgClassName
{
background-color: #CB7041;
}
</style>
border-color css
<style>
span { border-color: #CB7041; }
span { border-color: rgb(203,112,65); }
td.TdClassName
{
border-color: #CB7041;
}
.TagClassName
{
border-color: #CB7041;
}
</style>