Shades of Zest #CB733F
Tints of Zest #CB733F
RGB
CMYK
RGB Variations
Color information
#CB733F (or 0xCB733F) is known color: Zest. HEX triplet: CB, 73 and 3F. RGB value is (203,115,63). Sum of RGB (Red+Green+Blue) = 203+115+63=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 115 (45.31% from 255 or 30.18% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB733F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB733F is #348CC0. Grayscale: #878787. Windows color (decimal): -3443905 or 4158411. OLE color: 4158411.
HSL color Cylindrical-coordinate representation of color #CB733F: hue angle of 22.29º 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 #CB733F is Cyan = 0, Magento = 0.43, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 63 | - |
| CMYK | 0 | 0.43 | 0.69 | 0.20 |
| HSL | 22.29º | 0.57% | 0.52% | - |
| HSV(B) | 22.29º | 0.69% | 0.8% | - |
| XYZ | 31.66 | 25.32 | 7.92 | - |
| YUV | 135.38 | 87.15 | 176.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 63 | 0 | 0.43 | 0.69 | 0.20 | 22.29 | 0.57 | 0.52 |
| Hex | CB | 73 | 3F | 0 | 2B | 45 | 14 | 16 | 39 | 34 |
| Octal | 313 | 163 | 77 | 0 | 53 | 105 | 24 | 26 | 71 | 64 |
| Binary | 11001011 | 1110011 | 111111 | 0 | 101011 | 1000101 | 10100 | 10110 | 111001 | 110100 |
Color Harmonies of #CB733F
Complementary color
Monochromatic Colors of #CB733F
Black with #CB733F
Text Example
Text Example
White with #CB733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB733F; }
p { color: rgb(203,115,63); }
H1.HeaderClassName
{
color: #CB733F;
}
.AnyTagClassName
{
color: #CB733F;
}
</style>
background-color css
<style>
a { background-color: #CB733F; }
a { background-color: rgb(203,115,63); }
div.DivClassName
{
background-color: #CB733F;
}
.BgClassName
{
background-color: #CB733F;
}
</style>
border-color css
<style>
span { border-color: #CB733F; }
span { border-color: rgb(203,115,63); }
td.TdClassName
{
border-color: #CB733F;
}
.TagClassName
{
border-color: #CB733F;
}
</style>