Shades of Zest #C26A3D
Tints of Zest #C26A3D
RGB
CMYK
RGB Variations
Color information
#C26A3D (or 0xC26A3D) is known color: Zest. HEX triplet: C2, 6A and 3D. RGB value is (194,106,61). Sum of RGB (Red+Green+Blue) = 194+106+61=361 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.74% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 194 - color contains mainly: red. Hex color #C26A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26A3D is #3D95C2. Grayscale: #7F7F7F. Windows color (decimal): -4036035 or 4025026. OLE color: 4025026.
HSL color Cylindrical-coordinate representation of color #C26A3D: hue angle of 20.3º degrees, saturation: 0.52, 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 #C26A3D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 106 | 61 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.24 |
| HSL | 20.3º | 0.52% | 0.5% | - |
| HSV(B) | 20.3º | 0.69% | 0.76% | - |
| XYZ | 28.24 | 22.11 | 7.19 | - |
| YUV | 127.18 | 90.65 | 175.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 106 | 61 | 0 | 0.45 | 0.69 | 0.24 | 20.3 | 0.52 | 0.5 |
| Hex | C2 | 6A | 3D | 0 | 2D | 45 | 18 | 14 | 34 | 32 |
| Octal | 302 | 152 | 75 | 0 | 55 | 105 | 30 | 24 | 64 | 62 |
| Binary | 11000010 | 1101010 | 111101 | 0 | 101101 | 1000101 | 11000 | 10100 | 110100 | 110010 |
Color Harmonies of #C26A3D
Complementary color
Monochromatic Colors of #C26A3D
Black with #C26A3D
Text Example
Text Example
White with #C26A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26A3D; }
p { color: rgb(194,106,61); }
H1.HeaderClassName
{
color: #C26A3D;
}
.AnyTagClassName
{
color: #C26A3D;
}
</style>
background-color css
<style>
a { background-color: #C26A3D; }
a { background-color: rgb(194,106,61); }
div.DivClassName
{
background-color: #C26A3D;
}
.BgClassName
{
background-color: #C26A3D;
}
</style>
border-color css
<style>
span { border-color: #C26A3D; }
span { border-color: rgb(194,106,61); }
td.TdClassName
{
border-color: #C26A3D;
}
.TagClassName
{
border-color: #C26A3D;
}
</style>