Shades of Coriander #C4C08D
Tints of Coriander #C4C08D
RGB
CMYK
RGB Variations
Color information
#C4C08D (or 0xC4C08D) is known color: Coriander. HEX triplet: C4, C0 and 8D. RGB value is (196,192,141). Sum of RGB (Red+Green+Blue) = 196+192+141=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 192 (75.39% from 255 or 36.29% from 529); Blue value is 141 (55.47% from 255 or 26.65% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C08D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C08D is #3B3F72. Grayscale: #BBBBBB. Windows color (decimal): -3882867 or 9289924. OLE color: 9289924.
HSL color Cylindrical-coordinate representation of color #C4C08D: hue angle of 55.64º degrees, saturation: 0.32, 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 #C4C08D is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 141 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.23 |
| HSL | 55.64º | 0.32% | 0.66% | - |
| HSV(B) | 55.64º | 0.28% | 0.77% | - |
| XYZ | 46.42 | 51.36 | 32.67 | - |
| YUV | 187.38 | 101.83 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 141 | 0 | 0.02 | 0.28 | 0.23 | 55.64 | 0.32 | 0.66 |
| Hex | C4 | C0 | 8D | 0 | 2 | 1C | 17 | 38 | 20 | 42 |
| Octal | 304 | 300 | 215 | 0 | 2 | 34 | 27 | 70 | 40 | 102 |
| Binary | 11000100 | 11000000 | 10001101 | 0 | 10 | 11100 | 10111 | 111000 | 100000 | 1000010 |
Color Harmonies of #C4C08D
Complementary color
Monochromatic Colors of #C4C08D
Black with #C4C08D
Text Example
Text Example
White with #C4C08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C08D; }
p { color: rgb(196,192,141); }
H1.HeaderClassName
{
color: #C4C08D;
}
.AnyTagClassName
{
color: #C4C08D;
}
</style>
background-color css
<style>
a { background-color: #C4C08D; }
a { background-color: rgb(196,192,141); }
div.DivClassName
{
background-color: #C4C08D;
}
.BgClassName
{
background-color: #C4C08D;
}
</style>
border-color css
<style>
span { border-color: #C4C08D; }
span { border-color: rgb(196,192,141); }
td.TdClassName
{
border-color: #C4C08D;
}
.TagClassName
{
border-color: #C4C08D;
}
</style>