Shades of Zest #CB7838
Tints of Zest #CB7838
RGB
CMYK
RGB Variations
Color information
#CB7838 (or 0xCB7838) is known color: Zest. HEX triplet: CB, 78 and 38. RGB value is (203,120,56). Sum of RGB (Red+Green+Blue) = 203+120+56=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 120 (47.27% from 255 or 31.66% from 379); Blue value is 56 (22.27% from 255 or 14.78% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7838 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7838 is #3487C7. Grayscale: #898989. Windows color (decimal): -3442632 or 3700939. OLE color: 3700939.
HSL color Cylindrical-coordinate representation of color #CB7838: hue angle of 26.12º 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 #CB7838 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 56 | - |
| CMYK | 0 | 0.41 | 0.72 | 0.20 |
| HSL | 26.12º | 0.59% | 0.51% | - |
| HSV(B) | 26.12º | 0.72% | 0.8% | - |
| XYZ | 32.06 | 26.41 | 7.15 | - |
| YUV | 137.52 | 82 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 56 | 0 | 0.41 | 0.72 | 0.20 | 26.12 | 0.59 | 0.51 |
| Hex | CB | 78 | 38 | 0 | 29 | 48 | 14 | 1A | 3B | 33 |
| Octal | 313 | 170 | 70 | 0 | 51 | 110 | 24 | 32 | 73 | 63 |
| Binary | 11001011 | 1111000 | 111000 | 0 | 101001 | 1001000 | 10100 | 11010 | 111011 | 110011 |
Color Harmonies of #CB7838
Complementary color
Monochromatic Colors of #CB7838
Black with #CB7838
Text Example
Text Example
White with #CB7838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7838; }
p { color: rgb(203,120,56); }
H1.HeaderClassName
{
color: #CB7838;
}
.AnyTagClassName
{
color: #CB7838;
}
</style>
background-color css
<style>
a { background-color: #CB7838; }
a { background-color: rgb(203,120,56); }
div.DivClassName
{
background-color: #CB7838;
}
.BgClassName
{
background-color: #CB7838;
}
</style>
border-color css
<style>
span { border-color: #CB7838; }
span { border-color: rgb(203,120,56); }
td.TdClassName
{
border-color: #CB7838;
}
.TagClassName
{
border-color: #CB7838;
}
</style>