Shades of Zest #CB7741
Tints of Zest #CB7741
RGB
CMYK
RGB Variations
Color information
#CB7741 (or 0xCB7741) is known color: Zest. HEX triplet: CB, 77 and 41. RGB value is (203,119,65). Sum of RGB (Red+Green+Blue) = 203+119+65=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 119 (46.88% from 255 or 30.75% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7741 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7741 is #3488BE. Grayscale: #8A8A8A. Windows color (decimal): -3442879 or 4290507. OLE color: 4290507.
HSL color Cylindrical-coordinate representation of color #CB7741: hue angle of 23.48º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB7741 is Cyan = 0, Magento = 0.41, Yellow = 0.68 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 119 | 65 | - |
| CMYK | 0 | 0.41 | 0.68 | 0.20 |
| HSL | 23.48º | 0.57% | 0.53% | - |
| HSV(B) | 23.48º | 0.68% | 0.8% | - |
| XYZ | 32.18 | 26.27 | 8.38 | - |
| YUV | 137.96 | 86.83 | 174.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 119 | 65 | 0 | 0.41 | 0.68 | 0.20 | 23.48 | 0.57 | 0.53 |
| Hex | CB | 77 | 41 | 0 | 29 | 44 | 14 | 17 | 39 | 35 |
| Octal | 313 | 167 | 101 | 0 | 51 | 104 | 24 | 27 | 71 | 65 |
| Binary | 11001011 | 1110111 | 1000001 | 0 | 101001 | 1000100 | 10100 | 10111 | 111001 | 110101 |
Color Harmonies of #CB7741
Complementary color
Monochromatic Colors of #CB7741
Black with #CB7741
Text Example
Text Example
White with #CB7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB7741; }
p { color: rgb(203,119,65); }
H1.HeaderClassName
{
color: #CB7741;
}
.AnyTagClassName
{
color: #CB7741;
}
</style>
background-color css
<style>
a { background-color: #CB7741; }
a { background-color: rgb(203,119,65); }
div.DivClassName
{
background-color: #CB7741;
}
.BgClassName
{
background-color: #CB7741;
}
</style>
border-color css
<style>
span { border-color: #CB7741; }
span { border-color: rgb(203,119,65); }
td.TdClassName
{
border-color: #CB7741;
}
.TagClassName
{
border-color: #CB7741;
}
</style>