Shades of Zest #CA7743
Tints of Zest #CA7743
RGB
CMYK
RGB Variations
Color information
#CA7743 (or 0xCA7743) is known color: Zest. HEX triplet: CA, 77 and 43. RGB value is (202,119,67). Sum of RGB (Red+Green+Blue) = 202+119+67=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 119 (46.88% from 255 or 30.67% from 388); Blue value is 67 (26.56% from 255 or 17.27% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7743 is #3588BC. Grayscale: #8A8A8A. Windows color (decimal): -3508413 or 4421578. OLE color: 4421578.
HSL color Cylindrical-coordinate representation of color #CA7743: hue angle of 23.11º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CA7743 is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 119 | 67 | - |
| CMYK | 0 | 0.41 | 0.67 | 0.21 |
| HSL | 23.11º | 0.56% | 0.53% | - |
| HSV(B) | 23.11º | 0.67% | 0.79% | - |
| XYZ | 31.97 | 26.16 | 8.67 | - |
| YUV | 137.89 | 88 | 173.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 119 | 67 | 0 | 0.41 | 0.67 | 0.21 | 23.11 | 0.56 | 0.53 |
| Hex | CA | 77 | 43 | 0 | 29 | 43 | 15 | 17 | 38 | 35 |
| Octal | 312 | 167 | 103 | 0 | 51 | 103 | 25 | 27 | 70 | 65 |
| Binary | 11001010 | 1110111 | 1000011 | 0 | 101001 | 1000011 | 10101 | 10111 | 111000 | 110101 |
Color Harmonies of #CA7743
Complementary color
Monochromatic Colors of #CA7743
Black with #CA7743
Text Example
Text Example
White with #CA7743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA7743; }
p { color: rgb(202,119,67); }
H1.HeaderClassName
{
color: #CA7743;
}
.AnyTagClassName
{
color: #CA7743;
}
</style>
background-color css
<style>
a { background-color: #CA7743; }
a { background-color: rgb(202,119,67); }
div.DivClassName
{
background-color: #CA7743;
}
.BgClassName
{
background-color: #CA7743;
}
</style>
border-color css
<style>
span { border-color: #CA7743; }
span { border-color: rgb(202,119,67); }
td.TdClassName
{
border-color: #CA7743;
}
.TagClassName
{
border-color: #CA7743;
}
</style>