Shades of Zest #CB723F
Tints of Zest #CB723F
RGB
CMYK
RGB Variations
Color information
#CB723F (or 0xCB723F) is known color: Zest. HEX triplet: CB, 72 and 3F. RGB value is (203,114,63). Sum of RGB (Red+Green+Blue) = 203+114+63=380 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.42% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 203 - color contains mainly: red. Hex color #CB723F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB723F is #348DC0. Grayscale: #878787. Windows color (decimal): -3444161 or 4158155. OLE color: 4158155.
HSL color Cylindrical-coordinate representation of color #CB723F: hue angle of 21.86º degrees, saturation: 0.57, 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 #CB723F is Cyan = 0, Magento = 0.44, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 63 | - |
| CMYK | 0 | 0.44 | 0.69 | 0.20 |
| HSL | 21.86º | 0.57% | 0.52% | - |
| HSV(B) | 21.86º | 0.69% | 0.8% | - |
| XYZ | 31.54 | 25.09 | 7.88 | - |
| YUV | 134.8 | 87.49 | 176.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 63 | 0 | 0.44 | 0.69 | 0.20 | 21.86 | 0.57 | 0.52 |
| Hex | CB | 72 | 3F | 0 | 2C | 45 | 14 | 16 | 39 | 34 |
| Octal | 313 | 162 | 77 | 0 | 54 | 105 | 24 | 26 | 71 | 64 |
| Binary | 11001011 | 1110010 | 111111 | 0 | 101100 | 1000101 | 10100 | 10110 | 111001 | 110100 |
Color Harmonies of #CB723F
Complementary color
Monochromatic Colors of #CB723F
Black with #CB723F
Text Example
Text Example
White with #CB723F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB723F; }
p { color: rgb(203,114,63); }
H1.HeaderClassName
{
color: #CB723F;
}
.AnyTagClassName
{
color: #CB723F;
}
</style>
background-color css
<style>
a { background-color: #CB723F; }
a { background-color: rgb(203,114,63); }
div.DivClassName
{
background-color: #CB723F;
}
.BgClassName
{
background-color: #CB723F;
}
</style>
border-color css
<style>
span { border-color: #CB723F; }
span { border-color: rgb(203,114,63); }
td.TdClassName
{
border-color: #CB723F;
}
.TagClassName
{
border-color: #CB723F;
}
</style>