Shades of Zest #C26F39
Tints of Zest #C26F39
RGB
CMYK
RGB Variations
Color information
#C26F39 (or 0xC26F39) is known color: Zest. HEX triplet: C2, 6F and 39. RGB value is (194,111,57). Sum of RGB (Red+Green+Blue) = 194+111+57=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 111 (43.75% from 255 or 30.66% from 362); Blue value is 57 (22.66% from 255 or 15.75% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F39 is #3D90C6. Grayscale: #818181. Windows color (decimal): -4034759 or 3764162. OLE color: 3764162.
HSL color Cylindrical-coordinate representation of color #C26F39: hue angle of 23.65º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C26F39 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 57 | - |
| CMYK | 0 | 0.43 | 0.71 | 0.24 |
| HSL | 23.65º | 0.55% | 0.49% | - |
| HSV(B) | 23.65º | 0.71% | 0.76% | - |
| XYZ | 28.67 | 23.13 | 6.82 | - |
| YUV | 129.66 | 87 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 57 | 0 | 0.43 | 0.71 | 0.24 | 23.65 | 0.55 | 0.49 |
| Hex | C2 | 6F | 39 | 0 | 2B | 47 | 18 | 18 | 37 | 31 |
| Octal | 302 | 157 | 71 | 0 | 53 | 107 | 30 | 30 | 67 | 61 |
| Binary | 11000010 | 1101111 | 111001 | 0 | 101011 | 1000111 | 11000 | 11000 | 110111 | 110001 |
Color Harmonies of #C26F39
Complementary color
Monochromatic Colors of #C26F39
Black with #C26F39
Text Example
Text Example
White with #C26F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F39; }
p { color: rgb(194,111,57); }
H1.HeaderClassName
{
color: #C26F39;
}
.AnyTagClassName
{
color: #C26F39;
}
</style>
background-color css
<style>
a { background-color: #C26F39; }
a { background-color: rgb(194,111,57); }
div.DivClassName
{
background-color: #C26F39;
}
.BgClassName
{
background-color: #C26F39;
}
</style>
border-color css
<style>
span { border-color: #C26F39; }
span { border-color: rgb(194,111,57); }
td.TdClassName
{
border-color: #C26F39;
}
.TagClassName
{
border-color: #C26F39;
}
</style>