Shades of Zest #CD743A
Tints of Zest #CD743A
RGB
CMYK
RGB Variations
Color information
#CD743A (or 0xCD743A) is known color: Zest. HEX triplet: CD, 74 and 3A. RGB value is (205,116,58). Sum of RGB (Red+Green+Blue) = 205+116+58=379 (50% of max value = 765). Red value is 205 (80.47% from 255 or 54.09% from 379); Green value is 116 (45.70% from 255 or 30.61% from 379); Blue value is 58 (23.05% from 255 or 15.30% from 379); Max value from RGB is 205 - color contains mainly: red. Hex color #CD743A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD743A is #328BC5. Grayscale: #888888. Windows color (decimal): -3312582 or 3830989. OLE color: 3830989.
HSL color Cylindrical-coordinate representation of color #CD743A: hue angle of 23.67º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CD743A is Cyan = 0, Magento = 0.43, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 116 | 58 | - |
| CMYK | 0 | 0.43 | 0.72 | 0.20 |
| HSL | 23.67º | 0.6% | 0.52% | - |
| HSV(B) | 23.67º | 0.72% | 0.8% | - |
| XYZ | 32.19 | 25.78 | 7.28 | - |
| YUV | 136 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 116 | 58 | 0 | 0.43 | 0.72 | 0.20 | 23.67 | 0.6 | 0.52 |
| Hex | CD | 74 | 3A | 0 | 2B | 48 | 14 | 18 | 3C | 34 |
| Octal | 315 | 164 | 72 | 0 | 53 | 110 | 24 | 30 | 74 | 64 |
| Binary | 11001101 | 1110100 | 111010 | 0 | 101011 | 1001000 | 10100 | 11000 | 111100 | 110100 |
Color Harmonies of #CD743A
Complementary color
Monochromatic Colors of #CD743A
Black with #CD743A
Text Example
Text Example
White with #CD743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD743A; }
p { color: rgb(205,116,58); }
H1.HeaderClassName
{
color: #CD743A;
}
.AnyTagClassName
{
color: #CD743A;
}
</style>
background-color css
<style>
a { background-color: #CD743A; }
a { background-color: rgb(205,116,58); }
div.DivClassName
{
background-color: #CD743A;
}
.BgClassName
{
background-color: #CD743A;
}
</style>
border-color css
<style>
span { border-color: #CD743A; }
span { border-color: rgb(205,116,58); }
td.TdClassName
{
border-color: #CD743A;
}
.TagClassName
{
border-color: #CD743A;
}
</style>