Shades of Zest #CB7336
Tints of Zest #CB7336
RGB
CMYK
RGB Variations
Color information
#CB7336 (or 0xCB7336) is known color: Zest. HEX triplet: CB, 73 and 36. RGB value is (203,115,54). Sum of RGB (Red+Green+Blue) = 203+115+54=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 115 (45.31% from 255 or 30.91% from 372); Blue value is 54 (21.48% from 255 or 14.52% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7336 is #348CC9. Grayscale: #868686. Windows color (decimal): -3443914 or 3568587. OLE color: 3568587.
HSL color Cylindrical-coordinate representation of color #CB7336: hue angle of 24.56º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB7336 is Cyan = 0, Magento = 0.43, Yellow = 0.73 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 115 | 54 | - |
| CMYK | 0 | 0.43 | 0.73 | 0.20 |
| HSL | 24.56º | 0.59% | 0.5% | - |
| HSV(B) | 24.56º | 0.73% | 0.8% | - |
| XYZ | 31.43 | 25.22 | 6.7 | - |
| YUV | 134.36 | 82.65 | 176.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 115 | 54 | 0 | 0.43 | 0.73 | 0.20 | 24.56 | 0.59 | 0.5 |
| Hex | CB | 73 | 36 | 0 | 2B | 49 | 14 | 19 | 3B | 32 |
| Octal | 313 | 163 | 66 | 0 | 53 | 111 | 24 | 31 | 73 | 62 |
| Binary | 11001011 | 1110011 | 110110 | 0 | 101011 | 1001001 | 10100 | 11001 | 111011 | 110010 |
Color Harmonies of #CB7336
Complementary color
Monochromatic Colors of #CB7336
Black with #CB7336
Text Example
Text Example
White with #CB7336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7336; }
p { color: rgb(203,115,54); }
H1.HeaderClassName
{
color: #CB7336;
}
.AnyTagClassName
{
color: #CB7336;
}
</style>
background-color css
<style>
a { background-color: #CB7336; }
a { background-color: rgb(203,115,54); }
div.DivClassName
{
background-color: #CB7336;
}
.BgClassName
{
background-color: #CB7336;
}
</style>
border-color css
<style>
span { border-color: #CB7336; }
span { border-color: rgb(203,115,54); }
td.TdClassName
{
border-color: #CB7336;
}
.TagClassName
{
border-color: #CB7336;
}
</style>