Shades of Coriander #C2B88C
Tints of Coriander #C2B88C
RGB
CMYK
RGB Variations
Color information
#C2B88C (or 0xC2B88C) is known color: Coriander. HEX triplet: C2, B8 and 8C. RGB value is (194,184,140). Sum of RGB (Red+Green+Blue) = 194+184+140=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 184 (72.27% from 255 or 35.52% from 518); Blue value is 140 (55.08% from 255 or 27.03% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B88C is #3D4773. Grayscale: #B6B6B6. Windows color (decimal): -4015988 or 9222338. OLE color: 9222338.
HSL color Cylindrical-coordinate representation of color #C2B88C: hue angle of 48.89º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2B88C is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 140 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.24 |
| HSL | 48.89º | 0.31% | 0.65% | - |
| HSV(B) | 48.89º | 0.28% | 0.76% | - |
| XYZ | 44.12 | 47.64 | 31.68 | - |
| YUV | 181.97 | 104.31 | 136.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 140 | 0 | 0.05 | 0.28 | 0.24 | 48.89 | 0.31 | 0.65 |
| Hex | C2 | B8 | 8C | 0 | 5 | 1C | 18 | 31 | 1F | 41 |
| Octal | 302 | 270 | 214 | 0 | 5 | 34 | 30 | 61 | 37 | 101 |
| Binary | 11000010 | 10111000 | 10001100 | 0 | 101 | 11100 | 11000 | 110001 | 11111 | 1000001 |
Color Harmonies of #C2B88C
Complementary color
Monochromatic Colors of #C2B88C
Black with #C2B88C
Text Example
Text Example
White with #C2B88C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B88C; }
p { color: rgb(194,184,140); }
H1.HeaderClassName
{
color: #C2B88C;
}
.AnyTagClassName
{
color: #C2B88C;
}
</style>
background-color css
<style>
a { background-color: #C2B88C; }
a { background-color: rgb(194,184,140); }
div.DivClassName
{
background-color: #C2B88C;
}
.BgClassName
{
background-color: #C2B88C;
}
</style>
border-color css
<style>
span { border-color: #C2B88C; }
span { border-color: rgb(194,184,140); }
td.TdClassName
{
border-color: #C2B88C;
}
.TagClassName
{
border-color: #C2B88C;
}
</style>