Shades of Zest #C3693C
Tints of Zest #C3693C
RGB
CMYK
RGB Variations
Color information
#C3693C (or 0xC3693C) is known color: Zest. HEX triplet: C3, 69 and 3C. RGB value is (195,105,60). Sum of RGB (Red+Green+Blue) = 195+105+60=360 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.17% from 360); Green value is 105 (41.41% from 255 or 29.17% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 195 - color contains mainly: red. Hex color #C3693C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3693C is #3C96C3. Grayscale: #7F7F7F. Windows color (decimal): -3970756 or 3959235. OLE color: 3959235.
HSL color Cylindrical-coordinate representation of color #C3693C: hue angle of 20º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C3693C is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 60 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.24 |
| HSL | 20º | 0.53% | 0.5% | - |
| HSV(B) | 20º | 0.69% | 0.76% | - |
| XYZ | 28.37 | 22.03 | 7.03 | - |
| YUV | 126.78 | 90.32 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 60 | 0 | 0.46 | 0.69 | 0.24 | 20 | 0.53 | 0.5 |
| Hex | C3 | 69 | 3C | 0 | 2E | 45 | 18 | 14 | 35 | 32 |
| Octal | 303 | 151 | 74 | 0 | 56 | 105 | 30 | 24 | 65 | 62 |
| Binary | 11000011 | 1101001 | 111100 | 0 | 101110 | 1000101 | 11000 | 10100 | 110101 | 110010 |
Color Harmonies of #C3693C
Complementary color
Monochromatic Colors of #C3693C
Black with #C3693C
Text Example
Text Example
White with #C3693C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3693C; }
p { color: rgb(195,105,60); }
H1.HeaderClassName
{
color: #C3693C;
}
.AnyTagClassName
{
color: #C3693C;
}
</style>
background-color css
<style>
a { background-color: #C3693C; }
a { background-color: rgb(195,105,60); }
div.DivClassName
{
background-color: #C3693C;
}
.BgClassName
{
background-color: #C3693C;
}
</style>
border-color css
<style>
span { border-color: #C3693C; }
span { border-color: rgb(195,105,60); }
td.TdClassName
{
border-color: #C3693C;
}
.TagClassName
{
border-color: #C3693C;
}
</style>