Shades of Zest #CB7735
Tints of Zest #CB7735
RGB
CMYK
RGB Variations
Color information
#CB7735 (or 0xCB7735) is known color: Zest. HEX triplet: CB, 77 and 35. RGB value is (203,119,53). Sum of RGB (Red+Green+Blue) = 203+119+53=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 119 (46.88% from 255 or 31.73% from 375); Blue value is 53 (21.09% from 255 or 14.13% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7735 is #3488CA. Grayscale: #888888. Windows color (decimal): -3442891 or 3504075. OLE color: 3504075.
HSL color Cylindrical-coordinate representation of color #CB7735: hue angle of 26.4º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CB7735 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 53 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.20 |
| HSL | 26.4º | 0.59% | 0.5% | - |
| HSV(B) | 26.4º | 0.74% | 0.8% | - |
| XYZ | 31.87 | 26.15 | 6.74 | - |
| YUV | 136.59 | 80.83 | 175.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 53 | 0 | 0.41 | 0.74 | 0.20 | 26.4 | 0.59 | 0.5 |
| Hex | CB | 77 | 35 | 0 | 29 | 4A | 14 | 1A | 3B | 32 |
| Octal | 313 | 167 | 65 | 0 | 51 | 112 | 24 | 32 | 73 | 62 |
| Binary | 11001011 | 1110111 | 110101 | 0 | 101001 | 1001010 | 10100 | 11010 | 111011 | 110010 |
Color Harmonies of #CB7735
Complementary color
Monochromatic Colors of #CB7735
Black with #CB7735
Text Example
Text Example
White with #CB7735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7735; }
p { color: rgb(203,119,53); }
H1.HeaderClassName
{
color: #CB7735;
}
.AnyTagClassName
{
color: #CB7735;
}
</style>
background-color css
<style>
a { background-color: #CB7735; }
a { background-color: rgb(203,119,53); }
div.DivClassName
{
background-color: #CB7735;
}
.BgClassName
{
background-color: #CB7735;
}
</style>
border-color css
<style>
span { border-color: #CB7735; }
span { border-color: rgb(203,119,53); }
td.TdClassName
{
border-color: #CB7735;
}
.TagClassName
{
border-color: #CB7735;
}
</style>