Shades of Zest #C3693E
Tints of Zest #C3693E
RGB
CMYK
RGB Variations
Color information
#C3693E (or 0xC3693E) is known color: Zest. HEX triplet: C3, 69 and 3E. RGB value is (195,105,62). Sum of RGB (Red+Green+Blue) = 195+105+62=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 62 (24.61% from 255 or 17.13% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C3693E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3693E is #3C96C1. Grayscale: #7F7F7F. Windows color (decimal): -3970754 or 4090307. OLE color: 4090307.
HSL color Cylindrical-coordinate representation of color #C3693E: hue angle of 19.4º degrees, saturation: 0.53, 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 #C3693E is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 62 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.24 |
| HSL | 19.4º | 0.53% | 0.5% | - |
| HSV(B) | 19.4º | 0.68% | 0.76% | - |
| XYZ | 28.43 | 22.05 | 7.32 | - |
| YUV | 127.01 | 91.32 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 62 | 0 | 0.46 | 0.68 | 0.24 | 19.4 | 0.53 | 0.5 |
| Hex | C3 | 69 | 3E | 0 | 2E | 44 | 18 | 13 | 35 | 32 |
| Octal | 303 | 151 | 76 | 0 | 56 | 104 | 30 | 23 | 65 | 62 |
| Binary | 11000011 | 1101001 | 111110 | 0 | 101110 | 1000100 | 11000 | 10011 | 110101 | 110010 |
Color Harmonies of #C3693E
Complementary color
Monochromatic Colors of #C3693E
Black with #C3693E
Text Example
Text Example
White with #C3693E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3693E; }
p { color: rgb(195,105,62); }
H1.HeaderClassName
{
color: #C3693E;
}
.AnyTagClassName
{
color: #C3693E;
}
</style>
background-color css
<style>
a { background-color: #C3693E; }
a { background-color: rgb(195,105,62); }
div.DivClassName
{
background-color: #C3693E;
}
.BgClassName
{
background-color: #C3693E;
}
</style>
border-color css
<style>
span { border-color: #C3693E; }
span { border-color: rgb(195,105,62); }
td.TdClassName
{
border-color: #C3693E;
}
.TagClassName
{
border-color: #C3693E;
}
</style>