Shades of Zest #CA743B
Tints of Zest #CA743B
RGB
CMYK
RGB Variations
Color information
#CA743B (or 0xCA743B) is known color: Zest. HEX triplet: CA, 74 and 3B. RGB value is (202,116,59). Sum of RGB (Red+Green+Blue) = 202+116+59=377 (49% of max value = 765). Red value is 202 (79.30% from 255 or 53.58% from 377); Green value is 116 (45.70% from 255 or 30.77% from 377); Blue value is 59 (23.44% from 255 or 15.65% from 377); Max value from RGB is 202 - color contains mainly: red. Hex color #CA743B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA743B is #358BC4. Grayscale: #878787. Windows color (decimal): -3509189 or 3896522. OLE color: 3896522.
HSL color Cylindrical-coordinate representation of color #CA743B: hue angle of 23.92º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CA743B is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 116 | 59 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.21 |
| HSL | 23.92º | 0.57% | 0.51% | - |
| HSV(B) | 23.92º | 0.71% | 0.79% | - |
| XYZ | 31.39 | 25.36 | 7.38 | - |
| YUV | 135.22 | 84.99 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 116 | 59 | 0 | 0.43 | 0.71 | 0.21 | 23.92 | 0.57 | 0.51 |
| Hex | CA | 74 | 3B | 0 | 2B | 47 | 15 | 18 | 39 | 33 |
| Octal | 312 | 164 | 73 | 0 | 53 | 107 | 25 | 30 | 71 | 63 |
| Binary | 11001010 | 1110100 | 111011 | 0 | 101011 | 1000111 | 10101 | 11000 | 111001 | 110011 |
Color Harmonies of #CA743B
Complementary color
Monochromatic Colors of #CA743B
Black with #CA743B
Text Example
Text Example
White with #CA743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA743B; }
p { color: rgb(202,116,59); }
H1.HeaderClassName
{
color: #CA743B;
}
.AnyTagClassName
{
color: #CA743B;
}
</style>
background-color css
<style>
a { background-color: #CA743B; }
a { background-color: rgb(202,116,59); }
div.DivClassName
{
background-color: #CA743B;
}
.BgClassName
{
background-color: #CA743B;
}
</style>
border-color css
<style>
span { border-color: #CA743B; }
span { border-color: rgb(202,116,59); }
td.TdClassName
{
border-color: #CA743B;
}
.TagClassName
{
border-color: #CA743B;
}
</style>