Shades of Zest #CB7241
Tints of Zest #CB7241
RGB
CMYK
RGB Variations
Color information
#CB7241 (or 0xCB7241) is known color: Zest. HEX triplet: CB, 72 and 41. RGB value is (203,114,65). Sum of RGB (Red+Green+Blue) = 203+114+65=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 114 (44.92% from 255 or 29.84% from 382); Blue value is 65 (25.78% from 255 or 17.02% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7241 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7241 is #348DBE. Grayscale: #878787. Windows color (decimal): -3444159 or 4289227. OLE color: 4289227.
HSL color Cylindrical-coordinate representation of color #CB7241: hue angle of 21.3º 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 #CB7241 is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 65 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.20 |
| HSL | 21.3º | 0.57% | 0.53% | - |
| HSV(B) | 21.3º | 0.68% | 0.8% | - |
| XYZ | 31.6 | 25.11 | 8.18 | - |
| YUV | 135.03 | 88.49 | 176.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 65 | 0 | 0.44 | 0.68 | 0.20 | 21.3 | 0.57 | 0.53 |
| Hex | CB | 72 | 41 | 0 | 2C | 44 | 14 | 15 | 39 | 35 |
| Octal | 313 | 162 | 101 | 0 | 54 | 104 | 24 | 25 | 71 | 65 |
| Binary | 11001011 | 1110010 | 1000001 | 0 | 101100 | 1000100 | 10100 | 10101 | 111001 | 110101 |
Color Harmonies of #CB7241
Complementary color
Monochromatic Colors of #CB7241
Black with #CB7241
Text Example
Text Example
White with #CB7241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7241; }
p { color: rgb(203,114,65); }
H1.HeaderClassName
{
color: #CB7241;
}
.AnyTagClassName
{
color: #CB7241;
}
</style>
background-color css
<style>
a { background-color: #CB7241; }
a { background-color: rgb(203,114,65); }
div.DivClassName
{
background-color: #CB7241;
}
.BgClassName
{
background-color: #CB7241;
}
</style>
border-color css
<style>
span { border-color: #CB7241; }
span { border-color: rgb(203,114,65); }
td.TdClassName
{
border-color: #CB7241;
}
.TagClassName
{
border-color: #CB7241;
}
</style>