Shades of Zest #CB7238
Tints of Zest #CB7238
RGB
CMYK
RGB Variations
Color information
#CB7238 (or 0xCB7238) is known color: Zest. HEX triplet: CB, 72 and 38. RGB value is (203,114,56). Sum of RGB (Red+Green+Blue) = 203+114+56=373 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.42% from 373); Green value is 114 (44.92% from 255 or 30.56% from 373); Blue value is 56 (22.27% from 255 or 15.01% from 373); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7238 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7238 is #348DC7. Grayscale: #868686. Windows color (decimal): -3444168 or 3699403. OLE color: 3699403.
HSL color Cylindrical-coordinate representation of color #CB7238: hue angle of 23.67º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB7238 is Cyan = 0, Magento = 0.44, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 56 | - |
| CMYK | 0 | 0.44 | 0.72 | 0.20 |
| HSL | 23.67º | 0.59% | 0.51% | - |
| HSV(B) | 23.67º | 0.72% | 0.8% | - |
| XYZ | 31.36 | 25.02 | 6.92 | - |
| YUV | 134 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 56 | 0 | 0.44 | 0.72 | 0.20 | 23.67 | 0.59 | 0.51 |
| Hex | CB | 72 | 38 | 0 | 2C | 48 | 14 | 18 | 3B | 33 |
| Octal | 313 | 162 | 70 | 0 | 54 | 110 | 24 | 30 | 73 | 63 |
| Binary | 11001011 | 1110010 | 111000 | 0 | 101100 | 1001000 | 10100 | 11000 | 111011 | 110011 |
Color Harmonies of #CB7238
Complementary color
Monochromatic Colors of #CB7238
Black with #CB7238
Text Example
Text Example
White with #CB7238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7238; }
p { color: rgb(203,114,56); }
H1.HeaderClassName
{
color: #CB7238;
}
.AnyTagClassName
{
color: #CB7238;
}
</style>
background-color css
<style>
a { background-color: #CB7238; }
a { background-color: rgb(203,114,56); }
div.DivClassName
{
background-color: #CB7238;
}
.BgClassName
{
background-color: #CB7238;
}
</style>
border-color css
<style>
span { border-color: #CB7238; }
span { border-color: rgb(203,114,56); }
td.TdClassName
{
border-color: #CB7238;
}
.TagClassName
{
border-color: #CB7238;
}
</style>