Shades of Zest #CB7542
Tints of Zest #CB7542
RGB
CMYK
RGB Variations
Color information
#CB7542 (or 0xCB7542) is known color: Zest. HEX triplet: CB, 75 and 42. RGB value is (203,117,66). Sum of RGB (Red+Green+Blue) = 203+117+66=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 117 (46.09% from 255 or 30.31% from 386); Blue value is 66 (26.17% from 255 or 17.10% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7542 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7542 is #348ABD. Grayscale: #898989. Windows color (decimal): -3443390 or 4355531. OLE color: 4355531.
HSL color Cylindrical-coordinate representation of color #CB7542: hue angle of 22.34º 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 #CB7542 is Cyan = 0, Magento = 0.42, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 66 | - |
| CMYK | 0 | 0.42 | 0.67 | 0.20 |
| HSL | 22.34º | 0.57% | 0.53% | - |
| HSV(B) | 22.34º | 0.67% | 0.8% | - |
| XYZ | 31.97 | 25.81 | 8.45 | - |
| YUV | 136.9 | 87.99 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 66 | 0 | 0.42 | 0.67 | 0.20 | 22.34 | 0.57 | 0.53 |
| Hex | CB | 75 | 42 | 0 | 2A | 43 | 14 | 16 | 39 | 35 |
| Octal | 313 | 165 | 102 | 0 | 52 | 103 | 24 | 26 | 71 | 65 |
| Binary | 11001011 | 1110101 | 1000010 | 0 | 101010 | 1000011 | 10100 | 10110 | 111001 | 110101 |
Color Harmonies of #CB7542
Complementary color
Monochromatic Colors of #CB7542
Black with #CB7542
Text Example
Text Example
White with #CB7542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7542; }
p { color: rgb(203,117,66); }
H1.HeaderClassName
{
color: #CB7542;
}
.AnyTagClassName
{
color: #CB7542;
}
</style>
background-color css
<style>
a { background-color: #CB7542; }
a { background-color: rgb(203,117,66); }
div.DivClassName
{
background-color: #CB7542;
}
.BgClassName
{
background-color: #CB7542;
}
</style>
border-color css
<style>
span { border-color: #CB7542; }
span { border-color: rgb(203,117,66); }
td.TdClassName
{
border-color: #CB7542;
}
.TagClassName
{
border-color: #CB7542;
}
</style>