Shades of Coriander #C1BD92
Tints of Coriander #C1BD92
RGB
CMYK
RGB Variations
Color information
#C1BD92 (or 0xC1BD92) is known color: Coriander. HEX triplet: C1, BD and 92. RGB value is (193,189,146). Sum of RGB (Red+Green+Blue) = 193+189+146=528 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.55% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BD92 is #3E426D. Grayscale: #B9B9B9. Windows color (decimal): -4080238 or 9616833. OLE color: 9616833.
HSL color Cylindrical-coordinate representation of color #C1BD92: hue angle of 54.89º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C1BD92 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 189 | 146 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.24 |
| HSL | 54.89º | 0.27% | 0.66% | - |
| HSV(B) | 54.89º | 0.24% | 0.76% | - |
| XYZ | 45.38 | 49.81 | 34.42 | - |
| YUV | 185.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 189 | 146 | 0 | 0.02 | 0.24 | 0.24 | 54.89 | 0.27 | 0.66 |
| Hex | C1 | BD | 92 | 0 | 2 | 18 | 18 | 37 | 1B | 42 |
| Octal | 301 | 275 | 222 | 0 | 2 | 30 | 30 | 67 | 33 | 102 |
| Binary | 11000001 | 10111101 | 10010010 | 0 | 10 | 11000 | 11000 | 110111 | 11011 | 1000010 |
Color Harmonies of #C1BD92
Complementary color
Monochromatic Colors of #C1BD92
Black with #C1BD92
Text Example
Text Example
White with #C1BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BD92; }
p { color: rgb(193,189,146); }
H1.HeaderClassName
{
color: #C1BD92;
}
.AnyTagClassName
{
color: #C1BD92;
}
</style>
background-color css
<style>
a { background-color: #C1BD92; }
a { background-color: rgb(193,189,146); }
div.DivClassName
{
background-color: #C1BD92;
}
.BgClassName
{
background-color: #C1BD92;
}
</style>
border-color css
<style>
span { border-color: #C1BD92; }
span { border-color: rgb(193,189,146); }
td.TdClassName
{
border-color: #C1BD92;
}
.TagClassName
{
border-color: #C1BD92;
}
</style>