Shades of Zest #CB753F
Tints of Zest #CB753F
RGB
CMYK
RGB Variations
Color information
#CB753F (or 0xCB753F) is known color: Zest. HEX triplet: CB, 75 and 3F. RGB value is (203,117,63). Sum of RGB (Red+Green+Blue) = 203+117+63=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB753F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB753F is #348AC0. Grayscale: #888888. Windows color (decimal): -3443393 or 4158923. OLE color: 4158923.
HSL color Cylindrical-coordinate representation of color #CB753F: hue angle of 23.14º 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 #CB753F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 117 | 63 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.20 |
| HSL | 23.14º | 0.57% | 0.52% | - |
| HSV(B) | 23.14º | 0.69% | 0.8% | - |
| XYZ | 31.89 | 25.78 | 8 | - |
| YUV | 136.56 | 86.49 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 117 | 63 | 0 | 0.42 | 0.69 | 0.20 | 23.14 | 0.57 | 0.52 |
| Hex | CB | 75 | 3F | 0 | 2A | 45 | 14 | 17 | 39 | 34 |
| Octal | 313 | 165 | 77 | 0 | 52 | 105 | 24 | 27 | 71 | 64 |
| Binary | 11001011 | 1110101 | 111111 | 0 | 101010 | 1000101 | 10100 | 10111 | 111001 | 110100 |
Color Harmonies of #CB753F
Complementary color
Monochromatic Colors of #CB753F
Black with #CB753F
Text Example
Text Example
White with #CB753F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB753F; }
p { color: rgb(203,117,63); }
H1.HeaderClassName
{
color: #CB753F;
}
.AnyTagClassName
{
color: #CB753F;
}
</style>
background-color css
<style>
a { background-color: #CB753F; }
a { background-color: rgb(203,117,63); }
div.DivClassName
{
background-color: #CB753F;
}
.BgClassName
{
background-color: #CB753F;
}
</style>
border-color css
<style>
span { border-color: #CB753F; }
span { border-color: rgb(203,117,63); }
td.TdClassName
{
border-color: #CB753F;
}
.TagClassName
{
border-color: #CB753F;
}
</style>