Shades of Zest #C1753D
Tints of Zest #C1753D
RGB
CMYK
RGB Variations
Color information
#C1753D (or 0xC1753D) is known color: Zest. HEX triplet: C1, 75 and 3D. RGB value is (193,117,61). Sum of RGB (Red+Green+Blue) = 193+117+61=371 (49% of max value = 765). Red value is 193 (75.78% from 255 or 52.02% from 371); Green value is 117 (46.09% from 255 or 31.54% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 193 - color contains mainly: red. Hex color #C1753D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1753D is #3E8AC2. Grayscale: #858585. Windows color (decimal): -4098755 or 4027841. OLE color: 4027841.
HSL color Cylindrical-coordinate representation of color #C1753D: hue angle of 25.45º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C1753D is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 117 | 61 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.24 |
| HSL | 25.45º | 0.52% | 0.5% | - |
| HSV(B) | 25.45º | 0.68% | 0.76% | - |
| XYZ | 29.2 | 24.4 | 7.59 | - |
| YUV | 133.34 | 87.18 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 117 | 61 | 0 | 0.39 | 0.68 | 0.24 | 25.45 | 0.52 | 0.5 |
| Hex | C1 | 75 | 3D | 0 | 27 | 44 | 18 | 19 | 34 | 32 |
| Octal | 301 | 165 | 75 | 0 | 47 | 104 | 30 | 31 | 64 | 62 |
| Binary | 11000001 | 1110101 | 111101 | 0 | 100111 | 1000100 | 11000 | 11001 | 110100 | 110010 |
Color Harmonies of #C1753D
Complementary color
Monochromatic Colors of #C1753D
Black with #C1753D
Text Example
Text Example
White with #C1753D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1753D; }
p { color: rgb(193,117,61); }
H1.HeaderClassName
{
color: #C1753D;
}
.AnyTagClassName
{
color: #C1753D;
}
</style>
background-color css
<style>
a { background-color: #C1753D; }
a { background-color: rgb(193,117,61); }
div.DivClassName
{
background-color: #C1753D;
}
.BgClassName
{
background-color: #C1753D;
}
</style>
border-color css
<style>
span { border-color: #C1753D; }
span { border-color: rgb(193,117,61); }
td.TdClassName
{
border-color: #C1753D;
}
.TagClassName
{
border-color: #C1753D;
}
</style>