Shades of Coriander #C4BF89
Tints of Coriander #C4BF89
RGB
CMYK
RGB Variations
Color information
#C4BF89 (or 0xC4BF89) is known color: Coriander. HEX triplet: C4, BF and 89. RGB value is (196,191,137). Sum of RGB (Red+Green+Blue) = 196+191+137=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 137 (53.91% from 255 or 26.15% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BF89 is #3B4076. Grayscale: #BABABA. Windows color (decimal): -3883127 or 9027524. OLE color: 9027524.
HSL color Cylindrical-coordinate representation of color #C4BF89: hue angle of 54.92º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C4BF89 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 191 | 137 | - |
| CMYK | 0 | 0.03 | 0.30 | 0.23 |
| HSL | 54.92º | 0.33% | 0.65% | - |
| HSV(B) | 54.92º | 0.3% | 0.77% | - |
| XYZ | 45.91 | 50.8 | 31.05 | - |
| YUV | 186.34 | 100.16 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 191 | 137 | 0 | 0.03 | 0.30 | 0.23 | 54.92 | 0.33 | 0.65 |
| Hex | C4 | BF | 89 | 0 | 3 | 1E | 17 | 37 | 21 | 41 |
| Octal | 304 | 277 | 211 | 0 | 3 | 36 | 27 | 67 | 41 | 101 |
| Binary | 11000100 | 10111111 | 10001001 | 0 | 11 | 11110 | 10111 | 110111 | 100001 | 1000001 |
Color Harmonies of #C4BF89
Complementary color
Monochromatic Colors of #C4BF89
Black with #C4BF89
Text Example
Text Example
White with #C4BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4BF89; }
p { color: rgb(196,191,137); }
H1.HeaderClassName
{
color: #C4BF89;
}
.AnyTagClassName
{
color: #C4BF89;
}
</style>
background-color css
<style>
a { background-color: #C4BF89; }
a { background-color: rgb(196,191,137); }
div.DivClassName
{
background-color: #C4BF89;
}
.BgClassName
{
background-color: #C4BF89;
}
</style>
border-color css
<style>
span { border-color: #C4BF89; }
span { border-color: rgb(196,191,137); }
td.TdClassName
{
border-color: #C4BF89;
}
.TagClassName
{
border-color: #C4BF89;
}
</style>