Shades of Zest #CB723D
Tints of Zest #CB723D
RGB
CMYK
RGB Variations
Color information
#CB723D (or 0xCB723D) is known color: Zest. HEX triplet: CB, 72 and 3D. RGB value is (203,114,61). Sum of RGB (Red+Green+Blue) = 203+114+61=378 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.70% from 378); Green value is 114 (44.92% from 255 or 30.16% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 203 - color contains mainly: red. Hex color #CB723D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB723D is #348DC2. Grayscale: #868686. Windows color (decimal): -3444163 or 4027083. OLE color: 4027083.
HSL color Cylindrical-coordinate representation of color #CB723D: hue angle of 22.39º 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 #CB723D is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 114 | 61 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.20 |
| HSL | 22.39º | 0.58% | 0.52% | - |
| HSV(B) | 22.39º | 0.7% | 0.8% | - |
| XYZ | 31.49 | 25.07 | 7.59 | - |
| YUV | 134.57 | 86.49 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 114 | 61 | 0 | 0.44 | 0.70 | 0.20 | 22.39 | 0.58 | 0.52 |
| Hex | CB | 72 | 3D | 0 | 2C | 46 | 14 | 16 | 3A | 34 |
| Octal | 313 | 162 | 75 | 0 | 54 | 106 | 24 | 26 | 72 | 64 |
| Binary | 11001011 | 1110010 | 111101 | 0 | 101100 | 1000110 | 10100 | 10110 | 111010 | 110100 |
Color Harmonies of #CB723D
Complementary color
Monochromatic Colors of #CB723D
Black with #CB723D
Text Example
Text Example
White with #CB723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB723D; }
p { color: rgb(203,114,61); }
H1.HeaderClassName
{
color: #CB723D;
}
.AnyTagClassName
{
color: #CB723D;
}
</style>
background-color css
<style>
a { background-color: #CB723D; }
a { background-color: rgb(203,114,61); }
div.DivClassName
{
background-color: #CB723D;
}
.BgClassName
{
background-color: #CB723D;
}
</style>
border-color css
<style>
span { border-color: #CB723D; }
span { border-color: rgb(203,114,61); }
td.TdClassName
{
border-color: #CB723D;
}
.TagClassName
{
border-color: #CB723D;
}
</style>