Shades of Zest #C6753A
Tints of Zest #C6753A
RGB
CMYK
RGB Variations
Color information
#C6753A (or 0xC6753A) is known color: Zest. HEX triplet: C6, 75 and 3A. RGB value is (198,117,58). Sum of RGB (Red+Green+Blue) = 198+117+58=373 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.08% from 373); Green value is 117 (46.09% from 255 or 31.37% from 373); Blue value is 58 (23.05% from 255 or 15.55% from 373); Max value from RGB is 198 - color contains mainly: red. Hex color #C6753A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6753A is #398AC5. Grayscale: #868686. Windows color (decimal): -3771078 or 3831238. OLE color: 3831238.
HSL color Cylindrical-coordinate representation of color #C6753A: hue angle of 25.29º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C6753A is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 117 | 58 | - |
| CMYK | 0 | 0.41 | 0.71 | 0.22 |
| HSL | 25.29º | 0.55% | 0.5% | - |
| HSV(B) | 25.29º | 0.71% | 0.78% | - |
| XYZ | 30.41 | 25.03 | 7.23 | - |
| YUV | 134.49 | 84.84 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 117 | 58 | 0 | 0.41 | 0.71 | 0.22 | 25.29 | 0.55 | 0.5 |
| Hex | C6 | 75 | 3A | 0 | 29 | 47 | 16 | 19 | 37 | 32 |
| Octal | 306 | 165 | 72 | 0 | 51 | 107 | 26 | 31 | 67 | 62 |
| Binary | 11000110 | 1110101 | 111010 | 0 | 101001 | 1000111 | 10110 | 11001 | 110111 | 110010 |
Color Harmonies of #C6753A
Complementary color
Monochromatic Colors of #C6753A
Black with #C6753A
Text Example
Text Example
White with #C6753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6753A; }
p { color: rgb(198,117,58); }
H1.HeaderClassName
{
color: #C6753A;
}
.AnyTagClassName
{
color: #C6753A;
}
</style>
background-color css
<style>
a { background-color: #C6753A; }
a { background-color: rgb(198,117,58); }
div.DivClassName
{
background-color: #C6753A;
}
.BgClassName
{
background-color: #C6753A;
}
</style>
border-color css
<style>
span { border-color: #C6753A; }
span { border-color: rgb(198,117,58); }
td.TdClassName
{
border-color: #C6753A;
}
.TagClassName
{
border-color: #C6753A;
}
</style>