Shades of Zest #CB763F
Tints of Zest #CB763F
RGB
CMYK
RGB Variations
Color information
#CB763F (or 0xCB763F) is known color: Zest. HEX triplet: CB, 76 and 3F. RGB value is (203,118,63). Sum of RGB (Red+Green+Blue) = 203+118+63=384 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.86% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 203 - color contains mainly: red. Hex color #CB763F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB763F is #3489C0. Grayscale: #898989. Windows color (decimal): -3443137 or 4159179. OLE color: 4159179.
HSL color Cylindrical-coordinate representation of color #CB763F: hue angle of 23.57º 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 #CB763F is Cyan = 0, Magento = 0.42, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 118 | 63 | - |
| CMYK | 0 | 0.42 | 0.69 | 0.20 |
| HSL | 23.57º | 0.57% | 0.52% | - |
| HSV(B) | 23.57º | 0.69% | 0.8% | - |
| XYZ | 32 | 26.01 | 8.04 | - |
| YUV | 137.15 | 86.16 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 118 | 63 | 0 | 0.42 | 0.69 | 0.20 | 23.57 | 0.57 | 0.52 |
| Hex | CB | 76 | 3F | 0 | 2A | 45 | 14 | 18 | 39 | 34 |
| Octal | 313 | 166 | 77 | 0 | 52 | 105 | 24 | 30 | 71 | 64 |
| Binary | 11001011 | 1110110 | 111111 | 0 | 101010 | 1000101 | 10100 | 11000 | 111001 | 110100 |
Color Harmonies of #CB763F
Complementary color
Monochromatic Colors of #CB763F
Black with #CB763F
Text Example
Text Example
White with #CB763F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB763F; }
p { color: rgb(203,118,63); }
H1.HeaderClassName
{
color: #CB763F;
}
.AnyTagClassName
{
color: #CB763F;
}
</style>
background-color css
<style>
a { background-color: #CB763F; }
a { background-color: rgb(203,118,63); }
div.DivClassName
{
background-color: #CB763F;
}
.BgClassName
{
background-color: #CB763F;
}
</style>
border-color css
<style>
span { border-color: #CB763F; }
span { border-color: rgb(203,118,63); }
td.TdClassName
{
border-color: #CB763F;
}
.TagClassName
{
border-color: #CB763F;
}
</style>