Shades of Coriander #C1BF8D
Tints of Coriander #C1BF8D
RGB
CMYK
RGB Variations
Color information
#C1BF8D (or 0xC1BF8D) is known color: Coriander. HEX triplet: C1, BF and 8D. RGB value is (193,191,141). Sum of RGB (Red+Green+Blue) = 193+191+141=525 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.76% from 525); Green value is 191 (75% from 255 or 36.38% from 525); Blue value is 141 (55.47% from 255 or 26.86% from 525); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BF8D is #3E4072. Grayscale: #BABABA. Windows color (decimal): -4079731 or 9289665. OLE color: 9289665.
HSL color Cylindrical-coordinate representation of color #C1BF8D: hue angle of 57.69º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C1BF8D is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 141 | - |
| CMYK | 0 | 0.01 | 0.27 | 0.24 |
| HSL | 57.69º | 0.3% | 0.65% | - |
| HSV(B) | 57.69º | 0.27% | 0.76% | - |
| XYZ | 45.43 | 50.52 | 32.56 | - |
| YUV | 185.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 141 | 0 | 0.01 | 0.27 | 0.24 | 57.69 | 0.3 | 0.65 |
| Hex | C1 | BF | 8D | 0 | 1 | 1B | 18 | 3A | 1E | 41 |
| Octal | 301 | 277 | 215 | 0 | 1 | 33 | 30 | 72 | 36 | 101 |
| Binary | 11000001 | 10111111 | 10001101 | 0 | 1 | 11011 | 11000 | 111010 | 11110 | 1000001 |
Color Harmonies of #C1BF8D
Complementary color
Monochromatic Colors of #C1BF8D
Black with #C1BF8D
Text Example
Text Example
White with #C1BF8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF8D; }
p { color: rgb(193,191,141); }
H1.HeaderClassName
{
color: #C1BF8D;
}
.AnyTagClassName
{
color: #C1BF8D;
}
</style>
background-color css
<style>
a { background-color: #C1BF8D; }
a { background-color: rgb(193,191,141); }
div.DivClassName
{
background-color: #C1BF8D;
}
.BgClassName
{
background-color: #C1BF8D;
}
</style>
border-color css
<style>
span { border-color: #C1BF8D; }
span { border-color: rgb(193,191,141); }
td.TdClassName
{
border-color: #C1BF8D;
}
.TagClassName
{
border-color: #C1BF8D;
}
</style>