Shades of Zest #C3693F
Tints of Zest #C3693F
RGB
CMYK
RGB Variations
Color information
#C3693F (or 0xC3693F) is known color: Zest. HEX triplet: C3, 69 and 3F. RGB value is (195,105,63). Sum of RGB (Red+Green+Blue) = 195+105+63=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 63 (25% from 255 or 17.36% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C3693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C3693F is #3C96C0. Grayscale: #7F7F7F. Windows color (decimal): -3970753 or 4155843. OLE color: 4155843.
HSL color Cylindrical-coordinate representation of color #C3693F: hue angle of 19.09º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C3693F is Cyan = 0, Magento = 0.46, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 105 | 63 | - |
| CMYK | 0 | 0.46 | 0.68 | 0.24 |
| HSL | 19.09º | 0.52% | 0.51% | - |
| HSV(B) | 19.09º | 0.68% | 0.76% | - |
| XYZ | 28.45 | 22.06 | 7.46 | - |
| YUV | 127.12 | 91.82 | 176.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 105 | 63 | 0 | 0.46 | 0.68 | 0.24 | 19.09 | 0.52 | 0.51 |
| Hex | C3 | 69 | 3F | 0 | 2E | 44 | 18 | 13 | 34 | 33 |
| Octal | 303 | 151 | 77 | 0 | 56 | 104 | 30 | 23 | 64 | 63 |
| Binary | 11000011 | 1101001 | 111111 | 0 | 101110 | 1000100 | 11000 | 10011 | 110100 | 110011 |
Color Harmonies of #C3693F
Complementary color
Monochromatic Colors of #C3693F
Black with #C3693F
Text Example
Text Example
White with #C3693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3693F; }
p { color: rgb(195,105,63); }
H1.HeaderClassName
{
color: #C3693F;
}
.AnyTagClassName
{
color: #C3693F;
}
</style>
background-color css
<style>
a { background-color: #C3693F; }
a { background-color: rgb(195,105,63); }
div.DivClassName
{
background-color: #C3693F;
}
.BgClassName
{
background-color: #C3693F;
}
</style>
border-color css
<style>
span { border-color: #C3693F; }
span { border-color: rgb(195,105,63); }
td.TdClassName
{
border-color: #C3693F;
}
.TagClassName
{
border-color: #C3693F;
}
</style>