Shades of Zest #C26F33
Tints of Zest #C26F33
RGB
CMYK
RGB Variations
Color information
#C26F33 (or 0xC26F33) is known color: Zest. HEX triplet: C2, 6F and 33. RGB value is (194,111,51). Sum of RGB (Red+Green+Blue) = 194+111+51=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 111 (43.75% from 255 or 31.18% from 356); Blue value is 51 (20.31% from 255 or 14.33% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C26F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26F33 is #3D90CC. Grayscale: #818181. Windows color (decimal): -4034765 or 3370946. OLE color: 3370946.
HSL color Cylindrical-coordinate representation of color #C26F33: hue angle of 25.17º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C26F33 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 111 | 51 | - |
| CMYK | 0 | 0.43 | 0.74 | 0.24 |
| HSL | 25.17º | 0.58% | 0.48% | - |
| HSV(B) | 25.17º | 0.74% | 0.76% | - |
| XYZ | 28.53 | 23.08 | 6.08 | - |
| YUV | 128.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 111 | 51 | 0 | 0.43 | 0.74 | 0.24 | 25.17 | 0.58 | 0.48 |
| Hex | C2 | 6F | 33 | 0 | 2B | 4A | 18 | 19 | 3A | 30 |
| Octal | 302 | 157 | 63 | 0 | 53 | 112 | 30 | 31 | 72 | 60 |
| Binary | 11000010 | 1101111 | 110011 | 0 | 101011 | 1001010 | 11000 | 11001 | 111010 | 110000 |
Color Harmonies of #C26F33
Complementary color
Monochromatic Colors of #C26F33
Black with #C26F33
Text Example
Text Example
White with #C26F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26F33; }
p { color: rgb(194,111,51); }
H1.HeaderClassName
{
color: #C26F33;
}
.AnyTagClassName
{
color: #C26F33;
}
</style>
background-color css
<style>
a { background-color: #C26F33; }
a { background-color: rgb(194,111,51); }
div.DivClassName
{
background-color: #C26F33;
}
.BgClassName
{
background-color: #C26F33;
}
</style>
border-color css
<style>
span { border-color: #C26F33; }
span { border-color: rgb(194,111,51); }
td.TdClassName
{
border-color: #C26F33;
}
.TagClassName
{
border-color: #C26F33;
}
</style>