Shades of Zest #C26D38
Tints of Zest #C26D38
RGB
CMYK
RGB Variations
Color information
#C26D38 (or 0xC26D38) is known color: Zest. HEX triplet: C2, 6D and 38. RGB value is (194,109,56). Sum of RGB (Red+Green+Blue) = 194+109+56=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D38 is #3D92C7. Grayscale: #808080. Windows color (decimal): -4035272 or 3698114. OLE color: 3698114.
HSL color Cylindrical-coordinate representation of color #C26D38: hue angle of 23.04º 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 #C26D38 is Cyan = 0, Magento = 0.44, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 109 | 56 | - |
| CMYK | 0 | 0.44 | 0.71 | 0.24 |
| HSL | 23.04º | 0.55% | 0.49% | - |
| HSV(B) | 23.04º | 0.71% | 0.76% | - |
| XYZ | 28.43 | 22.69 | 6.62 | - |
| YUV | 128.37 | 87.16 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 109 | 56 | 0 | 0.44 | 0.71 | 0.24 | 23.04 | 0.55 | 0.49 |
| Hex | C2 | 6D | 38 | 0 | 2C | 47 | 18 | 17 | 37 | 31 |
| Octal | 302 | 155 | 70 | 0 | 54 | 107 | 30 | 27 | 67 | 61 |
| Binary | 11000010 | 1101101 | 111000 | 0 | 101100 | 1000111 | 11000 | 10111 | 110111 | 110001 |
Color Harmonies of #C26D38
Complementary color
Monochromatic Colors of #C26D38
Black with #C26D38
Text Example
Text Example
White with #C26D38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26D38; }
p { color: rgb(194,109,56); }
H1.HeaderClassName
{
color: #C26D38;
}
.AnyTagClassName
{
color: #C26D38;
}
</style>
background-color css
<style>
a { background-color: #C26D38; }
a { background-color: rgb(194,109,56); }
div.DivClassName
{
background-color: #C26D38;
}
.BgClassName
{
background-color: #C26D38;
}
</style>
border-color css
<style>
span { border-color: #C26D38; }
span { border-color: rgb(194,109,56); }
td.TdClassName
{
border-color: #C26D38;
}
.TagClassName
{
border-color: #C26D38;
}
</style>