Shades of Zest #CB783C
Tints of Zest #CB783C
RGB
CMYK
RGB Variations
Color information
#CB783C (or 0xCB783C) is known color: Zest. HEX triplet: CB, 78 and 3C. RGB value is (203,120,60). Sum of RGB (Red+Green+Blue) = 203+120+60=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 120 (47.27% from 255 or 31.33% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB783C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB783C is #3487C3. Grayscale: #8A8A8A. Windows color (decimal): -3442628 or 3963083. OLE color: 3963083.
HSL color Cylindrical-coordinate representation of color #CB783C: hue angle of 25.17º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CB783C is Cyan = 0, Magento = 0.41, Yellow = 0.70 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 120 | 60 | - |
| CMYK | 0 | 0.41 | 0.70 | 0.20 |
| HSL | 25.17º | 0.58% | 0.52% | - |
| HSV(B) | 25.17º | 0.7% | 0.8% | - |
| XYZ | 32.16 | 26.46 | 7.69 | - |
| YUV | 137.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 60 | 0 | 0.41 | 0.70 | 0.20 | 25.17 | 0.58 | 0.52 |
| Hex | CB | 78 | 3C | 0 | 29 | 46 | 14 | 19 | 3A | 34 |
| Octal | 313 | 170 | 74 | 0 | 51 | 106 | 24 | 31 | 72 | 64 |
| Binary | 11001011 | 1111000 | 111100 | 0 | 101001 | 1000110 | 10100 | 11001 | 111010 | 110100 |
Color Harmonies of #CB783C
Complementary color
Monochromatic Colors of #CB783C
Black with #CB783C
Text Example
Text Example
White with #CB783C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB783C; }
p { color: rgb(203,120,60); }
H1.HeaderClassName
{
color: #CB783C;
}
.AnyTagClassName
{
color: #CB783C;
}
</style>
background-color css
<style>
a { background-color: #CB783C; }
a { background-color: rgb(203,120,60); }
div.DivClassName
{
background-color: #CB783C;
}
.BgClassName
{
background-color: #CB783C;
}
</style>
border-color css
<style>
span { border-color: #CB783C; }
span { border-color: rgb(203,120,60); }
td.TdClassName
{
border-color: #CB783C;
}
.TagClassName
{
border-color: #CB783C;
}
</style>