Shades of Coriander #C4C08C
Tints of Coriander #C4C08C
RGB
CMYK
RGB Variations
Color information
#C4C08C (or 0xC4C08C) is known color: Coriander. HEX triplet: C4, C0 and 8C. RGB value is (196,192,140). Sum of RGB (Red+Green+Blue) = 196+192+140=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C08C is #3B3F73. Grayscale: #BBBBBB. Windows color (decimal): -3882868 or 9224388. OLE color: 9224388.
HSL color Cylindrical-coordinate representation of color #C4C08C: hue angle of 55.71º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C4C08C is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 140 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.23 |
| HSL | 55.71º | 0.32% | 0.66% | - |
| HSV(B) | 55.71º | 0.29% | 0.77% | - |
| XYZ | 46.35 | 51.33 | 32.28 | - |
| YUV | 187.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 140 | 0 | 0.02 | 0.29 | 0.23 | 55.71 | 0.32 | 0.66 |
| Hex | C4 | C0 | 8C | 0 | 2 | 1D | 17 | 38 | 20 | 42 |
| Octal | 304 | 300 | 214 | 0 | 2 | 35 | 27 | 70 | 40 | 102 |
| Binary | 11000100 | 11000000 | 10001100 | 0 | 10 | 11101 | 10111 | 111000 | 100000 | 1000010 |
Color Harmonies of #C4C08C
Complementary color
Monochromatic Colors of #C4C08C
Black with #C4C08C
Text Example
Text Example
White with #C4C08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C08C; }
p { color: rgb(196,192,140); }
H1.HeaderClassName
{
color: #C4C08C;
}
.AnyTagClassName
{
color: #C4C08C;
}
</style>
background-color css
<style>
a { background-color: #C4C08C; }
a { background-color: rgb(196,192,140); }
div.DivClassName
{
background-color: #C4C08C;
}
.BgClassName
{
background-color: #C4C08C;
}
</style>
border-color css
<style>
span { border-color: #C4C08C; }
span { border-color: rgb(196,192,140); }
td.TdClassName
{
border-color: #C4C08C;
}
.TagClassName
{
border-color: #C4C08C;
}
</style>