Shades of Zest #CB7533
Tints of Zest #CB7533
RGB
CMYK
RGB Variations
Color information
#CB7533 (or 0xCB7533) is known color: Zest. HEX triplet: CB, 75 and 33. RGB value is (203,117,51). Sum of RGB (Red+Green+Blue) = 203+117+51=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7533 is #348ACC. Grayscale: #878787. Windows color (decimal): -3443405 or 3372491. OLE color: 3372491.
HSL color Cylindrical-coordinate representation of color #CB7533: hue angle of 26.05º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CB7533 is Cyan = 0, Magento = 0.42, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 51 | - |
| CMYK | 0 | 0.42 | 0.75 | 0.20 |
| HSL | 26.05º | 0.6% | 0.5% | - |
| HSV(B) | 26.05º | 0.75% | 0.8% | - |
| XYZ | 31.59 | 25.66 | 6.42 | - |
| YUV | 135.19 | 80.49 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 51 | 0 | 0.42 | 0.75 | 0.20 | 26.05 | 0.6 | 0.5 |
| Hex | CB | 75 | 33 | 0 | 2A | 4B | 14 | 1A | 3C | 32 |
| Octal | 313 | 165 | 63 | 0 | 52 | 113 | 24 | 32 | 74 | 62 |
| Binary | 11001011 | 1110101 | 110011 | 0 | 101010 | 1001011 | 10100 | 11010 | 111100 | 110010 |
Color Harmonies of #CB7533
Complementary color
Monochromatic Colors of #CB7533
Black with #CB7533
Text Example
Text Example
White with #CB7533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7533; }
p { color: rgb(203,117,51); }
H1.HeaderClassName
{
color: #CB7533;
}
.AnyTagClassName
{
color: #CB7533;
}
</style>
background-color css
<style>
a { background-color: #CB7533; }
a { background-color: rgb(203,117,51); }
div.DivClassName
{
background-color: #CB7533;
}
.BgClassName
{
background-color: #CB7533;
}
</style>
border-color css
<style>
span { border-color: #CB7533; }
span { border-color: rgb(203,117,51); }
td.TdClassName
{
border-color: #CB7533;
}
.TagClassName
{
border-color: #CB7533;
}
</style>