Shades of Zest #C77543
Tints of Zest #C77543
RGB
CMYK
RGB Variations
Color information
#C77543 (or 0xC77543) is known color: Zest. HEX triplet: C7, 75 and 43. RGB value is (199,117,67). Sum of RGB (Red+Green+Blue) = 199+117+67=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 117 (46.09% from 255 or 30.55% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C77543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C77543 is #388ABC. Grayscale: #888888. Windows color (decimal): -3705533 or 4421063. OLE color: 4421063.
HSL color Cylindrical-coordinate representation of color #C77543: hue angle of 22.73º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C77543 is Cyan = 0, Magento = 0.41, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 117 | 67 | - |
| CMYK | 0 | 0.41 | 0.66 | 0.22 |
| HSL | 22.73º | 0.54% | 0.52% | - |
| HSV(B) | 22.73º | 0.66% | 0.78% | - |
| XYZ | 30.93 | 25.27 | 8.56 | - |
| YUV | 135.82 | 89.17 | 173.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 117 | 67 | 0 | 0.41 | 0.66 | 0.22 | 22.73 | 0.54 | 0.52 |
| Hex | C7 | 75 | 43 | 0 | 29 | 42 | 16 | 17 | 36 | 34 |
| Octal | 307 | 165 | 103 | 0 | 51 | 102 | 26 | 27 | 66 | 64 |
| Binary | 11000111 | 1110101 | 1000011 | 0 | 101001 | 1000010 | 10110 | 10111 | 110110 | 110100 |
Color Harmonies of #C77543
Complementary color
Monochromatic Colors of #C77543
Black with #C77543
Text Example
Text Example
White with #C77543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77543; }
p { color: rgb(199,117,67); }
H1.HeaderClassName
{
color: #C77543;
}
.AnyTagClassName
{
color: #C77543;
}
</style>
background-color css
<style>
a { background-color: #C77543; }
a { background-color: rgb(199,117,67); }
div.DivClassName
{
background-color: #C77543;
}
.BgClassName
{
background-color: #C77543;
}
</style>
border-color css
<style>
span { border-color: #C77543; }
span { border-color: rgb(199,117,67); }
td.TdClassName
{
border-color: #C77543;
}
.TagClassName
{
border-color: #C77543;
}
</style>