Shades of Coriander #C3BF89
Tints of Coriander #C3BF89
RGB
CMYK
RGB Variations
Color information
#C3BF89 (or 0xC3BF89) is known color: Coriander. HEX triplet: C3, BF and 89. RGB value is (195,191,137). Sum of RGB (Red+Green+Blue) = 195+191+137=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 137 (53.91% from 255 or 26.20% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BF89 is #3C4076. Grayscale: #BABABA. Windows color (decimal): -3948663 or 9027523. OLE color: 9027523.
HSL color Cylindrical-coordinate representation of color #C3BF89: hue angle of 55.86º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C3BF89 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 191 | 137 | - |
| CMYK | 0 | 0.02 | 0.30 | 0.24 |
| HSL | 55.86º | 0.33% | 0.65% | - |
| HSV(B) | 55.86º | 0.3% | 0.76% | - |
| XYZ | 45.65 | 50.67 | 31.04 | - |
| YUV | 186.04 | 100.33 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 191 | 137 | 0 | 0.02 | 0.30 | 0.24 | 55.86 | 0.33 | 0.65 |
| Hex | C3 | BF | 89 | 0 | 2 | 1E | 18 | 38 | 21 | 41 |
| Octal | 303 | 277 | 211 | 0 | 2 | 36 | 30 | 70 | 41 | 101 |
| Binary | 11000011 | 10111111 | 10001001 | 0 | 10 | 11110 | 11000 | 111000 | 100001 | 1000001 |
Color Harmonies of #C3BF89
Complementary color
Monochromatic Colors of #C3BF89
Black with #C3BF89
Text Example
Text Example
White with #C3BF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BF89; }
p { color: rgb(195,191,137); }
H1.HeaderClassName
{
color: #C3BF89;
}
.AnyTagClassName
{
color: #C3BF89;
}
</style>
background-color css
<style>
a { background-color: #C3BF89; }
a { background-color: rgb(195,191,137); }
div.DivClassName
{
background-color: #C3BF89;
}
.BgClassName
{
background-color: #C3BF89;
}
</style>
border-color css
<style>
span { border-color: #C3BF89; }
span { border-color: rgb(195,191,137); }
td.TdClassName
{
border-color: #C3BF89;
}
.TagClassName
{
border-color: #C3BF89;
}
</style>