Shades of Coriander #C4BF8D
Tints of Coriander #C4BF8D
RGB
CMYK
RGB Variations
Color information
#C4BF8D (or 0xC4BF8D) is known color: Coriander. HEX triplet: C4, BF and 8D. RGB value is (196,191,141). Sum of RGB (Red+Green+Blue) = 196+191+141=528 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.12% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 141 (55.47% from 255 or 26.70% from 528); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF8D is #3B4072. Grayscale: #BBBBBB. Windows color (decimal): -3883123 or 9289668. OLE color: 9289668.
HSL color Cylindrical-coordinate representation of color #C4BF8D: hue angle of 54.55º 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 #C4BF8D is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 141 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.23 |
| HSL | 54.55º | 0.32% | 0.66% | - |
| HSV(B) | 54.55º | 0.28% | 0.77% | - |
| XYZ | 46.2 | 50.92 | 32.59 | - |
| YUV | 186.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 141 | 0 | 0.03 | 0.28 | 0.23 | 54.55 | 0.32 | 0.66 |
| Hex | C4 | BF | 8D | 0 | 3 | 1C | 17 | 37 | 20 | 42 |
| Octal | 304 | 277 | 215 | 0 | 3 | 34 | 27 | 67 | 40 | 102 |
| Binary | 11000100 | 10111111 | 10001101 | 0 | 11 | 11100 | 10111 | 110111 | 100000 | 1000010 |
Color Harmonies of #C4BF8D
Complementary color
Monochromatic Colors of #C4BF8D
Black with #C4BF8D
Text Example
Text Example
White with #C4BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF8D; }
p { color: rgb(196,191,141); }
H1.HeaderClassName
{
color: #C4BF8D;
}
.AnyTagClassName
{
color: #C4BF8D;
}
</style>
background-color css
<style>
a { background-color: #C4BF8D; }
a { background-color: rgb(196,191,141); }
div.DivClassName
{
background-color: #C4BF8D;
}
.BgClassName
{
background-color: #C4BF8D;
}
</style>
border-color css
<style>
span { border-color: #C4BF8D; }
span { border-color: rgb(196,191,141); }
td.TdClassName
{
border-color: #C4BF8D;
}
.TagClassName
{
border-color: #C4BF8D;
}
</style>