Shades of Zest #C2693F
Tints of Zest #C2693F
RGB
CMYK
RGB Variations
Color information
#C2693F (or 0xC2693F) is known color: Zest. HEX triplet: C2, 69 and 3F. RGB value is (194,105,63). Sum of RGB (Red+Green+Blue) = 194+105+63=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C2693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2693F is #3D96C0. Grayscale: #7F7F7F. Windows color (decimal): -4036289 or 4155842. OLE color: 4155842.
HSL color Cylindrical-coordinate representation of color #C2693F: hue angle of 19.24º 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 #C2693F is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 105 | 63 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.24 |
| HSL | 19.24º | 0.52% | 0.5% | - |
| HSV(B) | 19.24º | 0.68% | 0.76% | - |
| XYZ | 28.2 | 21.93 | 7.45 | - |
| YUV | 126.82 | 91.99 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 105 | 63 | 0 | 0.46 | 0.68 | 0.24 | 19.24 | 0.52 | 0.5 |
| Hex | C2 | 69 | 3F | 0 | 2E | 44 | 18 | 13 | 34 | 32 |
| Octal | 302 | 151 | 77 | 0 | 56 | 104 | 30 | 23 | 64 | 62 |
| Binary | 11000010 | 1101001 | 111111 | 0 | 101110 | 1000100 | 11000 | 10011 | 110100 | 110010 |
Color Harmonies of #C2693F
Complementary color
Monochromatic Colors of #C2693F
Black with #C2693F
Text Example
Text Example
White with #C2693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2693F; }
p { color: rgb(194,105,63); }
H1.HeaderClassName
{
color: #C2693F;
}
.AnyTagClassName
{
color: #C2693F;
}
</style>
background-color css
<style>
a { background-color: #C2693F; }
a { background-color: rgb(194,105,63); }
div.DivClassName
{
background-color: #C2693F;
}
.BgClassName
{
background-color: #C2693F;
}
</style>
border-color css
<style>
span { border-color: #C2693F; }
span { border-color: rgb(194,105,63); }
td.TdClassName
{
border-color: #C2693F;
}
.TagClassName
{
border-color: #C2693F;
}
</style>