Shades of Zest #CB7440
Tints of Zest #CB7440
RGB
CMYK
RGB Variations
Color information
#CB7440 (or 0xCB7440) is known color: Zest. HEX triplet: CB, 74 and 40. RGB value is (203,116,64). Sum of RGB (Red+Green+Blue) = 203+116+64=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 116 (45.70% from 255 or 30.29% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7440 is #348BBF. Grayscale: #888888. Windows color (decimal): -3443648 or 4224203. OLE color: 4224203.
HSL color Cylindrical-coordinate representation of color #CB7440: hue angle of 22.45º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB7440 is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 116 | 64 | - |
| CMYK | 0 | 0.43 | 0.68 | 0.20 |
| HSL | 22.45º | 0.57% | 0.52% | - |
| HSV(B) | 22.45º | 0.68% | 0.8% | - |
| XYZ | 31.8 | 25.56 | 8.11 | - |
| YUV | 136.09 | 87.32 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 116 | 64 | 0 | 0.43 | 0.68 | 0.20 | 22.45 | 0.57 | 0.52 |
| Hex | CB | 74 | 40 | 0 | 2B | 44 | 14 | 16 | 39 | 34 |
| Octal | 313 | 164 | 100 | 0 | 53 | 104 | 24 | 26 | 71 | 64 |
| Binary | 11001011 | 1110100 | 1000000 | 0 | 101011 | 1000100 | 10100 | 10110 | 111001 | 110100 |
Color Harmonies of #CB7440
Complementary color
Monochromatic Colors of #CB7440
Black with #CB7440
Text Example
Text Example
White with #CB7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7440; }
p { color: rgb(203,116,64); }
H1.HeaderClassName
{
color: #CB7440;
}
.AnyTagClassName
{
color: #CB7440;
}
</style>
background-color css
<style>
a { background-color: #CB7440; }
a { background-color: rgb(203,116,64); }
div.DivClassName
{
background-color: #CB7440;
}
.BgClassName
{
background-color: #CB7440;
}
</style>
border-color css
<style>
span { border-color: #CB7440; }
span { border-color: rgb(203,116,64); }
td.TdClassName
{
border-color: #CB7440;
}
.TagClassName
{
border-color: #CB7440;
}
</style>