Shades of Zest #C26A3C
Tints of Zest #C26A3C
RGB
CMYK
RGB Variations
Color information
#C26A3C (or 0xC26A3C) is known color: Zest. HEX triplet: C2, 6A and 3C. RGB value is (194,106,60). Sum of RGB (Red+Green+Blue) = 194+106+60=360 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.89% from 360); Green value is 106 (41.80% from 255 or 29.44% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A3C is #3D95C3. Grayscale: #7F7F7F. Windows color (decimal): -4036036 or 3959490. OLE color: 3959490.
HSL color Cylindrical-coordinate representation of color #C26A3C: hue angle of 20.6º 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 #C26A3C is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 60 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.24 |
| HSL | 20.6º | 0.53% | 0.5% | - |
| HSV(B) | 20.6º | 0.69% | 0.76% | - |
| XYZ | 28.22 | 22.1 | 7.05 | - |
| YUV | 127.07 | 90.15 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 60 | 0 | 0.45 | 0.69 | 0.24 | 20.6 | 0.53 | 0.5 |
| Hex | C2 | 6A | 3C | 0 | 2D | 45 | 18 | 15 | 35 | 32 |
| Octal | 302 | 152 | 74 | 0 | 55 | 105 | 30 | 25 | 65 | 62 |
| Binary | 11000010 | 1101010 | 111100 | 0 | 101101 | 1000101 | 11000 | 10101 | 110101 | 110010 |
Color Harmonies of #C26A3C
Complementary color
Monochromatic Colors of #C26A3C
Black with #C26A3C
Text Example
Text Example
White with #C26A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A3C; }
p { color: rgb(194,106,60); }
H1.HeaderClassName
{
color: #C26A3C;
}
.AnyTagClassName
{
color: #C26A3C;
}
</style>
background-color css
<style>
a { background-color: #C26A3C; }
a { background-color: rgb(194,106,60); }
div.DivClassName
{
background-color: #C26A3C;
}
.BgClassName
{
background-color: #C26A3C;
}
</style>
border-color css
<style>
span { border-color: #C26A3C; }
span { border-color: rgb(194,106,60); }
td.TdClassName
{
border-color: #C26A3C;
}
.TagClassName
{
border-color: #C26A3C;
}
</style>