Shades of Coriander #C1B98F
Tints of Coriander #C1B98F
RGB
CMYK
RGB Variations
Color information
#C1B98F (or 0xC1B98F) is known color: Coriander. HEX triplet: C1, B9 and 8F. RGB value is (193,185,143). Sum of RGB (Red+Green+Blue) = 193+185+143=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 185 (72.66% from 255 or 35.51% from 521); Blue value is 143 (56.25% from 255 or 27.45% from 521); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1B98F is #3E4670. Grayscale: #B6B6B6. Windows color (decimal): -4081265 or 9419201. OLE color: 9419201.
HSL color Cylindrical-coordinate representation of color #C1B98F: hue angle of 50.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C1B98F is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 185 | 143 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.24 |
| HSL | 50.4º | 0.29% | 0.66% | - |
| HSV(B) | 50.4º | 0.26% | 0.76% | - |
| XYZ | 44.3 | 48.02 | 32.92 | - |
| YUV | 182.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 185 | 143 | 0 | 0.04 | 0.26 | 0.24 | 50.4 | 0.29 | 0.66 |
| Hex | C1 | B9 | 8F | 0 | 4 | 1A | 18 | 32 | 1D | 42 |
| Octal | 301 | 271 | 217 | 0 | 4 | 32 | 30 | 62 | 35 | 102 |
| Binary | 11000001 | 10111001 | 10001111 | 0 | 100 | 11010 | 11000 | 110010 | 11101 | 1000010 |
Color Harmonies of #C1B98F
Complementary color
Monochromatic Colors of #C1B98F
Black with #C1B98F
Text Example
Text Example
White with #C1B98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1B98F; }
p { color: rgb(193,185,143); }
H1.HeaderClassName
{
color: #C1B98F;
}
.AnyTagClassName
{
color: #C1B98F;
}
</style>
background-color css
<style>
a { background-color: #C1B98F; }
a { background-color: rgb(193,185,143); }
div.DivClassName
{
background-color: #C1B98F;
}
.BgClassName
{
background-color: #C1B98F;
}
</style>
border-color css
<style>
span { border-color: #C1B98F; }
span { border-color: rgb(193,185,143); }
td.TdClassName
{
border-color: #C1B98F;
}
.TagClassName
{
border-color: #C1B98F;
}
</style>