Shades of Zest #C76C3D
Tints of Zest #C76C3D
RGB
CMYK
RGB Variations
Color information
#C76C3D (or 0xC76C3D) is known color: Zest. HEX triplet: C7, 6C and 3D. RGB value is (199,108,61). Sum of RGB (Red+Green+Blue) = 199+108+61=368 (48% of max value = 765). Red value is 199 (78.12% from 255 or 54.08% from 368); Green value is 108 (42.58% from 255 or 29.35% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 199 - color contains mainly: red. Hex color #C76C3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C76C3D is #3893C2. Grayscale: #828282. Windows color (decimal): -3707843 or 4025543. OLE color: 4025543.
HSL color Cylindrical-coordinate representation of color #C76C3D: hue angle of 20.43º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C76C3D is Cyan = 0, Magento = 0.46, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 108 | 61 | - |
| CMYK | 0 | 0.46 | 0.69 | 0.22 |
| HSL | 20.43º | 0.55% | 0.51% | - |
| HSV(B) | 20.43º | 0.69% | 0.78% | - |
| XYZ | 29.76 | 23.2 | 7.33 | - |
| YUV | 129.85 | 89.15 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 108 | 61 | 0 | 0.46 | 0.69 | 0.22 | 20.43 | 0.55 | 0.51 |
| Hex | C7 | 6C | 3D | 0 | 2E | 45 | 16 | 14 | 37 | 33 |
| Octal | 307 | 154 | 75 | 0 | 56 | 105 | 26 | 24 | 67 | 63 |
| Binary | 11000111 | 1101100 | 111101 | 0 | 101110 | 1000101 | 10110 | 10100 | 110111 | 110011 |
Color Harmonies of #C76C3D
Complementary color
Monochromatic Colors of #C76C3D
Black with #C76C3D
Text Example
Text Example
White with #C76C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C76C3D; }
p { color: rgb(199,108,61); }
H1.HeaderClassName
{
color: #C76C3D;
}
.AnyTagClassName
{
color: #C76C3D;
}
</style>
background-color css
<style>
a { background-color: #C76C3D; }
a { background-color: rgb(199,108,61); }
div.DivClassName
{
background-color: #C76C3D;
}
.BgClassName
{
background-color: #C76C3D;
}
</style>
border-color css
<style>
span { border-color: #C76C3D; }
span { border-color: rgb(199,108,61); }
td.TdClassName
{
border-color: #C76C3D;
}
.TagClassName
{
border-color: #C76C3D;
}
</style>