Shades of Coriander #C5C092
Tints of Coriander #C5C092
RGB
CMYK
RGB Variations
Color information
#C5C092 (or 0xC5C092) is known color: Coriander. HEX triplet: C5, C0 and 92. RGB value is (197,192,146). Sum of RGB (Red+Green+Blue) = 197+192+146=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 146 (57.42% from 255 or 27.29% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C092 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C092 is #3A3F6D. Grayscale: #BCBCBC. Windows color (decimal): -3817326 or 9617605. OLE color: 9617605.
HSL color Cylindrical-coordinate representation of color #C5C092: hue angle of 54.12º degrees, saturation: 0.31, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C5C092 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 146 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.23 |
| HSL | 54.12º | 0.31% | 0.67% | - |
| HSV(B) | 54.12º | 0.26% | 0.77% | - |
| XYZ | 47.06 | 51.64 | 34.68 | - |
| YUV | 188.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 146 | 0 | 0.03 | 0.26 | 0.23 | 54.12 | 0.31 | 0.67 |
| Hex | C5 | C0 | 92 | 0 | 3 | 1A | 17 | 36 | 1F | 43 |
| Octal | 305 | 300 | 222 | 0 | 3 | 32 | 27 | 66 | 37 | 103 |
| Binary | 11000101 | 11000000 | 10010010 | 0 | 11 | 11010 | 10111 | 110110 | 11111 | 1000011 |
Color Harmonies of #C5C092
Complementary color
Monochromatic Colors of #C5C092
Black with #C5C092
Text Example
Text Example
White with #C5C092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C092; }
p { color: rgb(197,192,146); }
H1.HeaderClassName
{
color: #C5C092;
}
.AnyTagClassName
{
color: #C5C092;
}
</style>
background-color css
<style>
a { background-color: #C5C092; }
a { background-color: rgb(197,192,146); }
div.DivClassName
{
background-color: #C5C092;
}
.BgClassName
{
background-color: #C5C092;
}
</style>
border-color css
<style>
span { border-color: #C5C092; }
span { border-color: rgb(197,192,146); }
td.TdClassName
{
border-color: #C5C092;
}
.TagClassName
{
border-color: #C5C092;
}
</style>