Shades of Zest #CB783F
Tints of Zest #CB783F
RGB
CMYK
RGB Variations
Color information
#CB783F (or 0xCB783F) is known color: Zest. HEX triplet: CB, 78 and 3F. RGB value is (203,120,63). Sum of RGB (Red+Green+Blue) = 203+120+63=386 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.59% from 386); Green value is 120 (47.27% from 255 or 31.09% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 203 - color contains mainly: red. Hex color #CB783F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB783F is #3487C0. Grayscale: #8A8A8A. Windows color (decimal): -3442625 or 4159691. OLE color: 4159691.
HSL color Cylindrical-coordinate representation of color #CB783F: hue angle of 24.43º 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 #CB783F is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 63 | - |
| CMYK | 0 | 0.41 | 0.69 | 0.20 |
| HSL | 24.43º | 0.57% | 0.52% | - |
| HSV(B) | 24.43º | 0.69% | 0.8% | - |
| XYZ | 32.24 | 26.49 | 8.12 | - |
| YUV | 138.32 | 85.5 | 174.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 63 | 0 | 0.41 | 0.69 | 0.20 | 24.43 | 0.57 | 0.52 |
| Hex | CB | 78 | 3F | 0 | 29 | 45 | 14 | 18 | 39 | 34 |
| Octal | 313 | 170 | 77 | 0 | 51 | 105 | 24 | 30 | 71 | 64 |
| Binary | 11001011 | 1111000 | 111111 | 0 | 101001 | 1000101 | 10100 | 11000 | 111001 | 110100 |
Color Harmonies of #CB783F
Complementary color
Monochromatic Colors of #CB783F
Black with #CB783F
Text Example
Text Example
White with #CB783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB783F; }
p { color: rgb(203,120,63); }
H1.HeaderClassName
{
color: #CB783F;
}
.AnyTagClassName
{
color: #CB783F;
}
</style>
background-color css
<style>
a { background-color: #CB783F; }
a { background-color: rgb(203,120,63); }
div.DivClassName
{
background-color: #CB783F;
}
.BgClassName
{
background-color: #CB783F;
}
</style>
border-color css
<style>
span { border-color: #CB783F; }
span { border-color: rgb(203,120,63); }
td.TdClassName
{
border-color: #CB783F;
}
.TagClassName
{
border-color: #CB783F;
}
</style>