Shades of Zest #C2693E
Tints of Zest #C2693E
RGB
CMYK
RGB Variations
Color information
#C2693E (or 0xC2693E) is known color: Zest. HEX triplet: C2, 69 and 3E. RGB value is (194,105,62). Sum of RGB (Red+Green+Blue) = 194+105+62=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C2693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2693E is #3D96C1. Grayscale: #7E7E7E. Windows color (decimal): -4036290 or 4090306. OLE color: 4090306.
HSL color Cylindrical-coordinate representation of color #C2693E: hue angle of 19.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C2693E is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 62 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.24 |
| HSL | 19.55º | 0.52% | 0.5% | - |
| HSV(B) | 19.55º | 0.68% | 0.76% | - |
| XYZ | 28.17 | 21.92 | 7.3 | - |
| YUV | 126.71 | 91.49 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 62 | 0 | 0.46 | 0.68 | 0.24 | 19.55 | 0.52 | 0.5 |
| Hex | C2 | 69 | 3E | 0 | 2E | 44 | 18 | 14 | 34 | 32 |
| Octal | 302 | 151 | 76 | 0 | 56 | 104 | 30 | 24 | 64 | 62 |
| Binary | 11000010 | 1101001 | 111110 | 0 | 101110 | 1000100 | 11000 | 10100 | 110100 | 110010 |
Color Harmonies of #C2693E
Complementary color
Monochromatic Colors of #C2693E
Black with #C2693E
Text Example
Text Example
White with #C2693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2693E; }
p { color: rgb(194,105,62); }
H1.HeaderClassName
{
color: #C2693E;
}
.AnyTagClassName
{
color: #C2693E;
}
</style>
background-color css
<style>
a { background-color: #C2693E; }
a { background-color: rgb(194,105,62); }
div.DivClassName
{
background-color: #C2693E;
}
.BgClassName
{
background-color: #C2693E;
}
</style>
border-color css
<style>
span { border-color: #C2693E; }
span { border-color: rgb(194,105,62); }
td.TdClassName
{
border-color: #C2693E;
}
.TagClassName
{
border-color: #C2693E;
}
</style>