Shades of Zest #CB723E
Tints of Zest #CB723E
RGB
CMYK
RGB Variations
Color information
#CB723E (or 0xCB723E) is known color: Zest. HEX triplet: CB, 72 and 3E. RGB value is (203,114,62). Sum of RGB (Red+Green+Blue) = 203+114+62=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 114 (44.92% from 255 or 30.08% from 379); Blue value is 62 (24.61% from 255 or 16.36% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB723E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB723E is #348DC1. Grayscale: #868686. Windows color (decimal): -3444162 or 4092619. OLE color: 4092619.
HSL color Cylindrical-coordinate representation of color #CB723E: hue angle of 22.13º 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 #CB723E is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 62 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.20 |
| HSL | 22.13º | 0.58% | 0.52% | - |
| HSV(B) | 22.13º | 0.69% | 0.8% | - |
| XYZ | 31.52 | 25.08 | 7.74 | - |
| YUV | 134.68 | 86.99 | 176.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 62 | 0 | 0.44 | 0.69 | 0.20 | 22.13 | 0.58 | 0.52 |
| Hex | CB | 72 | 3E | 0 | 2C | 45 | 14 | 16 | 3A | 34 |
| Octal | 313 | 162 | 76 | 0 | 54 | 105 | 24 | 26 | 72 | 64 |
| Binary | 11001011 | 1110010 | 111110 | 0 | 101100 | 1000101 | 10100 | 10110 | 111010 | 110100 |
Color Harmonies of #CB723E
Complementary color
Monochromatic Colors of #CB723E
Black with #CB723E
Text Example
Text Example
White with #CB723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB723E; }
p { color: rgb(203,114,62); }
H1.HeaderClassName
{
color: #CB723E;
}
.AnyTagClassName
{
color: #CB723E;
}
</style>
background-color css
<style>
a { background-color: #CB723E; }
a { background-color: rgb(203,114,62); }
div.DivClassName
{
background-color: #CB723E;
}
.BgClassName
{
background-color: #CB723E;
}
</style>
border-color css
<style>
span { border-color: #CB723E; }
span { border-color: rgb(203,114,62); }
td.TdClassName
{
border-color: #CB723E;
}
.TagClassName
{
border-color: #CB723E;
}
</style>