Shades of Zest #C26B3D
Tints of Zest #C26B3D
RGB
CMYK
RGB Variations
Color information
#C26B3D (or 0xC26B3D) is known color: Zest. HEX triplet: C2, 6B and 3D. RGB value is (194,107,61). Sum of RGB (Red+Green+Blue) = 194+107+61=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26B3D is #3D94C2. Grayscale: #808080. Windows color (decimal): -4035779 or 4025282. OLE color: 4025282.
HSL color Cylindrical-coordinate representation of color #C26B3D: hue angle of 20.75º 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 #C26B3D is Cyan = 0, Magento = 0.45, Yellow = 0.69 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 107 | 61 | - |
| CMYK | 0 | 0.45 | 0.69 | 0.24 |
| HSL | 20.75º | 0.52% | 0.5% | - |
| HSV(B) | 20.75º | 0.69% | 0.76% | - |
| XYZ | 28.35 | 22.32 | 7.23 | - |
| YUV | 127.77 | 90.32 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 107 | 61 | 0 | 0.45 | 0.69 | 0.24 | 20.75 | 0.52 | 0.5 |
| Hex | C2 | 6B | 3D | 0 | 2D | 45 | 18 | 15 | 34 | 32 |
| Octal | 302 | 153 | 75 | 0 | 55 | 105 | 30 | 25 | 64 | 62 |
| Binary | 11000010 | 1101011 | 111101 | 0 | 101101 | 1000101 | 11000 | 10101 | 110100 | 110010 |
Color Harmonies of #C26B3D
Complementary color
Monochromatic Colors of #C26B3D
Black with #C26B3D
Text Example
Text Example
White with #C26B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C26B3D; }
p { color: rgb(194,107,61); }
H1.HeaderClassName
{
color: #C26B3D;
}
.AnyTagClassName
{
color: #C26B3D;
}
</style>
background-color css
<style>
a { background-color: #C26B3D; }
a { background-color: rgb(194,107,61); }
div.DivClassName
{
background-color: #C26B3D;
}
.BgClassName
{
background-color: #C26B3D;
}
</style>
border-color css
<style>
span { border-color: #C26B3D; }
span { border-color: rgb(194,107,61); }
td.TdClassName
{
border-color: #C26B3D;
}
.TagClassName
{
border-color: #C26B3D;
}
</style>