Shades of Zest #CB773D
Tints of Zest #CB773D
RGB
CMYK
RGB Variations
Color information
#CB773D (or 0xCB773D) is known color: Zest. HEX triplet: CB, 77 and 3D. RGB value is (203,119,61). Sum of RGB (Red+Green+Blue) = 203+119+61=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 119 (46.88% from 255 or 31.07% from 383); Blue value is 61 (24.22% from 255 or 15.93% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB773D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB773D is #3488C2. Grayscale: #898989. Windows color (decimal): -3442883 or 4028363. OLE color: 4028363.
HSL color Cylindrical-coordinate representation of color #CB773D: hue angle of 24.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB773D is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 61 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.20 |
| HSL | 24.51º | 0.58% | 0.52% | - |
| HSV(B) | 24.51º | 0.7% | 0.8% | - |
| XYZ | 32.07 | 26.23 | 7.79 | - |
| YUV | 137.5 | 84.83 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 61 | 0 | 0.41 | 0.70 | 0.20 | 24.51 | 0.58 | 0.52 |
| Hex | CB | 77 | 3D | 0 | 29 | 46 | 14 | 19 | 3A | 34 |
| Octal | 313 | 167 | 75 | 0 | 51 | 106 | 24 | 31 | 72 | 64 |
| Binary | 11001011 | 1110111 | 111101 | 0 | 101001 | 1000110 | 10100 | 11001 | 111010 | 110100 |
Color Harmonies of #CB773D
Complementary color
Monochromatic Colors of #CB773D
Black with #CB773D
Text Example
Text Example
White with #CB773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB773D; }
p { color: rgb(203,119,61); }
H1.HeaderClassName
{
color: #CB773D;
}
.AnyTagClassName
{
color: #CB773D;
}
</style>
background-color css
<style>
a { background-color: #CB773D; }
a { background-color: rgb(203,119,61); }
div.DivClassName
{
background-color: #CB773D;
}
.BgClassName
{
background-color: #CB773D;
}
</style>
border-color css
<style>
span { border-color: #CB773D; }
span { border-color: rgb(203,119,61); }
td.TdClassName
{
border-color: #CB773D;
}
.TagClassName
{
border-color: #CB773D;
}
</style>