Shades of Zest #CB7B3E
Tints of Zest #CB7B3E
RGB
CMYK
RGB Variations
Color information
#CB7B3E (or 0xCB7B3E) is known color: Zest. HEX triplet: CB, 7B and 3E. RGB value is (203,123,62). Sum of RGB (Red+Green+Blue) = 203+123+62=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7B3E is #3484C1. Grayscale: #8C8C8C. Windows color (decimal): -3441858 or 4094923. OLE color: 4094923.
HSL color Cylindrical-coordinate representation of color #CB7B3E: hue angle of 25.96º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB7B3E is Cyan = 0, Magento = 0.39, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 123 | 62 | - |
| CMYK | 0 | 0.39 | 0.69 | 0.20 |
| HSL | 25.96º | 0.58% | 0.52% | - |
| HSV(B) | 25.96º | 0.69% | 0.8% | - |
| XYZ | 32.58 | 27.21 | 8.09 | - |
| YUV | 139.97 | 84 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 123 | 62 | 0 | 0.39 | 0.69 | 0.20 | 25.96 | 0.58 | 0.52 |
| Hex | CB | 7B | 3E | 0 | 27 | 45 | 14 | 1A | 3A | 34 |
| Octal | 313 | 173 | 76 | 0 | 47 | 105 | 24 | 32 | 72 | 64 |
| Binary | 11001011 | 1111011 | 111110 | 0 | 100111 | 1000101 | 10100 | 11010 | 111010 | 110100 |
Color Harmonies of #CB7B3E
Complementary color
Monochromatic Colors of #CB7B3E
Black with #CB7B3E
Text Example
Text Example
White with #CB7B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7B3E; }
p { color: rgb(203,123,62); }
H1.HeaderClassName
{
color: #CB7B3E;
}
.AnyTagClassName
{
color: #CB7B3E;
}
</style>
background-color css
<style>
a { background-color: #CB7B3E; }
a { background-color: rgb(203,123,62); }
div.DivClassName
{
background-color: #CB7B3E;
}
.BgClassName
{
background-color: #CB7B3E;
}
</style>
border-color css
<style>
span { border-color: #CB7B3E; }
span { border-color: rgb(203,123,62); }
td.TdClassName
{
border-color: #CB7B3E;
}
.TagClassName
{
border-color: #CB7B3E;
}
</style>