Shades of Coriander #C5C08D
Tints of Coriander #C5C08D
RGB
CMYK
RGB Variations
Color information
#C5C08D (or 0xC5C08D) is known color: Coriander. HEX triplet: C5, C0 and 8D. RGB value is (197,192,141). Sum of RGB (Red+Green+Blue) = 197+192+141=530 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.17% from 530); Green value is 192 (75.39% from 255 or 36.23% from 530); Blue value is 141 (55.47% from 255 or 26.60% from 530); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C08D is #3A3F72. Grayscale: #BBBBBB. Windows color (decimal): -3817331 or 9289925. OLE color: 9289925.
HSL color Cylindrical-coordinate representation of color #C5C08D: hue angle of 54.64º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C5C08D is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 141 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.23 |
| HSL | 54.64º | 0.33% | 0.66% | - |
| HSV(B) | 54.64º | 0.28% | 0.77% | - |
| XYZ | 46.68 | 51.49 | 32.68 | - |
| YUV | 187.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 141 | 0 | 0.03 | 0.28 | 0.23 | 54.64 | 0.33 | 0.66 |
| Hex | C5 | C0 | 8D | 0 | 3 | 1C | 17 | 37 | 21 | 42 |
| Octal | 305 | 300 | 215 | 0 | 3 | 34 | 27 | 67 | 41 | 102 |
| Binary | 11000101 | 11000000 | 10001101 | 0 | 11 | 11100 | 10111 | 110111 | 100001 | 1000010 |
Color Harmonies of #C5C08D
Complementary color
Monochromatic Colors of #C5C08D
Black with #C5C08D
Text Example
Text Example
White with #C5C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C08D; }
p { color: rgb(197,192,141); }
H1.HeaderClassName
{
color: #C5C08D;
}
.AnyTagClassName
{
color: #C5C08D;
}
</style>
background-color css
<style>
a { background-color: #C5C08D; }
a { background-color: rgb(197,192,141); }
div.DivClassName
{
background-color: #C5C08D;
}
.BgClassName
{
background-color: #C5C08D;
}
</style>
border-color css
<style>
span { border-color: #C5C08D; }
span { border-color: rgb(197,192,141); }
td.TdClassName
{
border-color: #C5C08D;
}
.TagClassName
{
border-color: #C5C08D;
}
</style>