Shades of Zest #C26C3B
Tints of Zest #C26C3B
RGB
CMYK
RGB Variations
Color information
#C26C3B (or 0xC26C3B) is known color: Zest. HEX triplet: C2, 6C and 3B. RGB value is (194,108,59). Sum of RGB (Red+Green+Blue) = 194+108+59=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 108 (42.58% from 255 or 29.92% from 361); Blue value is 59 (23.44% from 255 or 16.34% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26C3B is #3D93C4. Grayscale: #808080. Windows color (decimal): -4035525 or 3894466. OLE color: 3894466.
HSL color Cylindrical-coordinate representation of color #C26C3B: hue angle of 21.78º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C26C3B is Cyan = 0, Magento = 0.44, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 108 | 59 | - |
| CMYK | 0 | 0.44 | 0.70 | 0.24 |
| HSL | 21.78º | 0.53% | 0.5% | - |
| HSV(B) | 21.78º | 0.7% | 0.76% | - |
| XYZ | 28.4 | 22.51 | 6.99 | - |
| YUV | 128.13 | 88.99 | 174.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 108 | 59 | 0 | 0.44 | 0.70 | 0.24 | 21.78 | 0.53 | 0.5 |
| Hex | C2 | 6C | 3B | 0 | 2C | 46 | 18 | 16 | 35 | 32 |
| Octal | 302 | 154 | 73 | 0 | 54 | 106 | 30 | 26 | 65 | 62 |
| Binary | 11000010 | 1101100 | 111011 | 0 | 101100 | 1000110 | 11000 | 10110 | 110101 | 110010 |
Color Harmonies of #C26C3B
Complementary color
Monochromatic Colors of #C26C3B
Black with #C26C3B
Text Example
Text Example
White with #C26C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26C3B; }
p { color: rgb(194,108,59); }
H1.HeaderClassName
{
color: #C26C3B;
}
.AnyTagClassName
{
color: #C26C3B;
}
</style>
background-color css
<style>
a { background-color: #C26C3B; }
a { background-color: rgb(194,108,59); }
div.DivClassName
{
background-color: #C26C3B;
}
.BgClassName
{
background-color: #C26C3B;
}
</style>
border-color css
<style>
span { border-color: #C26C3B; }
span { border-color: rgb(194,108,59); }
td.TdClassName
{
border-color: #C26C3B;
}
.TagClassName
{
border-color: #C26C3B;
}
</style>