Shades of Zest #C26C3F
Tints of Zest #C26C3F
RGB
CMYK
RGB Variations
Color information
#C26C3F (or 0xC26C3F) is known color: Zest. HEX triplet: C2, 6C and 3F. RGB value is (194,108,63). Sum of RGB (Red+Green+Blue) = 194+108+63=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 108 (42.58% from 255 or 29.59% from 365); Blue value is 63 (25% from 255 or 17.26% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26C3F is #3D93C0. Grayscale: #808080. Windows color (decimal): -4035521 or 4156610. OLE color: 4156610.
HSL color Cylindrical-coordinate representation of color #C26C3F: hue angle of 20.61º 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 #C26C3F is Cyan = 0, Magento = 0.44, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 63 | - |
| CMYK | 0 | 0.44 | 0.68 | 0.24 |
| HSL | 20.61º | 0.52% | 0.5% | - |
| HSV(B) | 20.61º | 0.68% | 0.76% | - |
| XYZ | 28.51 | 22.55 | 7.55 | - |
| YUV | 128.58 | 90.99 | 174.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 63 | 0 | 0.44 | 0.68 | 0.24 | 20.61 | 0.52 | 0.5 |
| Hex | C2 | 6C | 3F | 0 | 2C | 44 | 18 | 15 | 34 | 32 |
| Octal | 302 | 154 | 77 | 0 | 54 | 104 | 30 | 25 | 64 | 62 |
| Binary | 11000010 | 1101100 | 111111 | 0 | 101100 | 1000100 | 11000 | 10101 | 110100 | 110010 |
Color Harmonies of #C26C3F
Complementary color
Monochromatic Colors of #C26C3F
Black with #C26C3F
Text Example
Text Example
White with #C26C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C3F; }
p { color: rgb(194,108,63); }
H1.HeaderClassName
{
color: #C26C3F;
}
.AnyTagClassName
{
color: #C26C3F;
}
</style>
background-color css
<style>
a { background-color: #C26C3F; }
a { background-color: rgb(194,108,63); }
div.DivClassName
{
background-color: #C26C3F;
}
.BgClassName
{
background-color: #C26C3F;
}
</style>
border-color css
<style>
span { border-color: #C26C3F; }
span { border-color: rgb(194,108,63); }
td.TdClassName
{
border-color: #C26C3F;
}
.TagClassName
{
border-color: #C26C3F;
}
</style>