Shades of Zest #CB7A3C
Tints of Zest #CB7A3C
RGB
CMYK
RGB Variations
Color information
#CB7A3C (or 0xCB7A3C) is known color: Zest. HEX triplet: CB, 7A and 3C. RGB value is (203,122,60). Sum of RGB (Red+Green+Blue) = 203+122+60=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 122 (48.05% from 255 or 31.69% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7A3C is #3485C3. Grayscale: #8B8B8B. Windows color (decimal): -3442116 or 3963595. OLE color: 3963595.
HSL color Cylindrical-coordinate representation of color #CB7A3C: hue angle of 26.01º 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 #CB7A3C is Cyan = 0, Magento = 0.40, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 122 | 60 | - |
| CMYK | 0 | 0.40 | 0.70 | 0.20 |
| HSL | 26.01º | 0.58% | 0.52% | - |
| HSV(B) | 26.01º | 0.7% | 0.8% | - |
| XYZ | 32.4 | 26.94 | 7.77 | - |
| YUV | 139.15 | 83.34 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 122 | 60 | 0 | 0.40 | 0.70 | 0.20 | 26.01 | 0.58 | 0.52 |
| Hex | CB | 7A | 3C | 0 | 28 | 46 | 14 | 1A | 3A | 34 |
| Octal | 313 | 172 | 74 | 0 | 50 | 106 | 24 | 32 | 72 | 64 |
| Binary | 11001011 | 1111010 | 111100 | 0 | 101000 | 1000110 | 10100 | 11010 | 111010 | 110100 |
Color Harmonies of #CB7A3C
Complementary color
Monochromatic Colors of #CB7A3C
Black with #CB7A3C
Text Example
Text Example
White with #CB7A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7A3C; }
p { color: rgb(203,122,60); }
H1.HeaderClassName
{
color: #CB7A3C;
}
.AnyTagClassName
{
color: #CB7A3C;
}
</style>
background-color css
<style>
a { background-color: #CB7A3C; }
a { background-color: rgb(203,122,60); }
div.DivClassName
{
background-color: #CB7A3C;
}
.BgClassName
{
background-color: #CB7A3C;
}
</style>
border-color css
<style>
span { border-color: #CB7A3C; }
span { border-color: rgb(203,122,60); }
td.TdClassName
{
border-color: #CB7A3C;
}
.TagClassName
{
border-color: #CB7A3C;
}
</style>