Shades of Coriander #C5BF8C
Tints of Coriander #C5BF8C
RGB
CMYK
RGB Variations
Color information
#C5BF8C (or 0xC5BF8C) is known color: Coriander. HEX triplet: C5, BF and 8C. RGB value is (197,191,140). Sum of RGB (Red+Green+Blue) = 197+191+140=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 140 (55.08% from 255 or 26.52% from 528); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BF8C is #3A4073. Grayscale: #BBBBBB. Windows color (decimal): -3817588 or 9224133. OLE color: 9224133.
HSL color Cylindrical-coordinate representation of color #C5BF8C: hue angle of 53.68º degrees, saturation: 0.33, 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 #C5BF8C is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 191 | 140 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.23 |
| HSL | 53.68º | 0.33% | 0.66% | - |
| HSV(B) | 53.68º | 0.29% | 0.77% | - |
| XYZ | 46.39 | 51.03 | 32.21 | - |
| YUV | 186.98 | 101.49 | 135.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 191 | 140 | 0 | 0.03 | 0.29 | 0.23 | 53.68 | 0.33 | 0.66 |
| Hex | C5 | BF | 8C | 0 | 3 | 1D | 17 | 36 | 21 | 42 |
| Octal | 305 | 277 | 214 | 0 | 3 | 35 | 27 | 66 | 41 | 102 |
| Binary | 11000101 | 10111111 | 10001100 | 0 | 11 | 11101 | 10111 | 110110 | 100001 | 1000010 |
Color Harmonies of #C5BF8C
Complementary color
Monochromatic Colors of #C5BF8C
Black with #C5BF8C
Text Example
Text Example
White with #C5BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5BF8C; }
p { color: rgb(197,191,140); }
H1.HeaderClassName
{
color: #C5BF8C;
}
.AnyTagClassName
{
color: #C5BF8C;
}
</style>
background-color css
<style>
a { background-color: #C5BF8C; }
a { background-color: rgb(197,191,140); }
div.DivClassName
{
background-color: #C5BF8C;
}
.BgClassName
{
background-color: #C5BF8C;
}
</style>
border-color css
<style>
span { border-color: #C5BF8C; }
span { border-color: rgb(197,191,140); }
td.TdClassName
{
border-color: #C5BF8C;
}
.TagClassName
{
border-color: #C5BF8C;
}
</style>