Shades of Zest #CB7643
Tints of Zest #CB7643
RGB
CMYK
RGB Variations
Color information
#CB7643 (or 0xCB7643) is known color: Zest. HEX triplet: CB, 76 and 43. RGB value is (203,118,67). Sum of RGB (Red+Green+Blue) = 203+118+67=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7643 is #3489BC. Grayscale: #898989. Windows color (decimal): -3443133 or 4421323. OLE color: 4421323.
HSL color Cylindrical-coordinate representation of color #CB7643: hue angle of 22.5º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CB7643 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 67 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.20 |
| HSL | 22.5º | 0.57% | 0.53% | - |
| HSV(B) | 22.5º | 0.67% | 0.8% | - |
| XYZ | 32.12 | 26.06 | 8.65 | - |
| YUV | 137.6 | 88.16 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 67 | 0 | 0.42 | 0.67 | 0.20 | 22.5 | 0.57 | 0.53 |
| Hex | CB | 76 | 43 | 0 | 2A | 43 | 14 | 16 | 39 | 35 |
| Octal | 313 | 166 | 103 | 0 | 52 | 103 | 24 | 26 | 71 | 65 |
| Binary | 11001011 | 1110110 | 1000011 | 0 | 101010 | 1000011 | 10100 | 10110 | 111001 | 110101 |
Color Harmonies of #CB7643
Complementary color
Monochromatic Colors of #CB7643
Black with #CB7643
Text Example
Text Example
White with #CB7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7643; }
p { color: rgb(203,118,67); }
H1.HeaderClassName
{
color: #CB7643;
}
.AnyTagClassName
{
color: #CB7643;
}
</style>
background-color css
<style>
a { background-color: #CB7643; }
a { background-color: rgb(203,118,67); }
div.DivClassName
{
background-color: #CB7643;
}
.BgClassName
{
background-color: #CB7643;
}
</style>
border-color css
<style>
span { border-color: #CB7643; }
span { border-color: rgb(203,118,67); }
td.TdClassName
{
border-color: #CB7643;
}
.TagClassName
{
border-color: #CB7643;
}
</style>