Shades of Coriander #C5BC8F
Tints of Coriander #C5BC8F
RGB
CMYK
RGB Variations
Color information
#C5BC8F (or 0xC5BC8F) is known color: Coriander. HEX triplet: C5, BC and 8F. RGB value is (197,188,143). Sum of RGB (Red+Green+Blue) = 197+188+143=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 188 (73.83% from 255 or 35.61% from 528); Blue value is 143 (56.25% from 255 or 27.08% from 528); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BC8F is #3A4370. Grayscale: #B9B9B9. Windows color (decimal): -3818353 or 9419973. OLE color: 9419973.
HSL color Cylindrical-coordinate representation of color #C5BC8F: hue angle of 50º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C5BC8F is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 188 | 143 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.23 |
| HSL | 50º | 0.32% | 0.67% | - |
| HSV(B) | 50º | 0.27% | 0.77% | - |
| XYZ | 45.97 | 49.82 | 33.18 | - |
| YUV | 185.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 188 | 143 | 0 | 0.05 | 0.27 | 0.23 | 50 | 0.32 | 0.67 |
| Hex | C5 | BC | 8F | 0 | 5 | 1B | 17 | 32 | 20 | 43 |
| Octal | 305 | 274 | 217 | 0 | 5 | 33 | 27 | 62 | 40 | 103 |
| Binary | 11000101 | 10111100 | 10001111 | 0 | 101 | 11011 | 10111 | 110010 | 100000 | 1000011 |
Color Harmonies of #C5BC8F
Complementary color
Monochromatic Colors of #C5BC8F
Black with #C5BC8F
Text Example
Text Example
White with #C5BC8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BC8F; }
p { color: rgb(197,188,143); }
H1.HeaderClassName
{
color: #C5BC8F;
}
.AnyTagClassName
{
color: #C5BC8F;
}
</style>
background-color css
<style>
a { background-color: #C5BC8F; }
a { background-color: rgb(197,188,143); }
div.DivClassName
{
background-color: #C5BC8F;
}
.BgClassName
{
background-color: #C5BC8F;
}
</style>
border-color css
<style>
span { border-color: #C5BC8F; }
span { border-color: rgb(197,188,143); }
td.TdClassName
{
border-color: #C5BC8F;
}
.TagClassName
{
border-color: #C5BC8F;
}
</style>