Shades of Coriander #C1BE92
Tints of Coriander #C1BE92
RGB
CMYK
RGB Variations
Color information
#C1BE92 (or 0xC1BE92) is known color: Coriander. HEX triplet: C1, BE and 92. RGB value is (193,190,146). Sum of RGB (Red+Green+Blue) = 193+190+146=529 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.48% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BE92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BE92 is #3E416D. Grayscale: #BABABA. Windows color (decimal): -4079982 or 9617089. OLE color: 9617089.
HSL color Cylindrical-coordinate representation of color #C1BE92: hue angle of 56.17º 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 #C1BE92 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 190 | 146 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.24 |
| HSL | 56.17º | 0.27% | 0.66% | - |
| HSV(B) | 56.17º | 0.24% | 0.76% | - |
| XYZ | 45.59 | 50.24 | 34.49 | - |
| YUV | 185.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 190 | 146 | 0 | 0.02 | 0.24 | 0.24 | 56.17 | 0.27 | 0.66 |
| Hex | C1 | BE | 92 | 0 | 2 | 18 | 18 | 38 | 1B | 42 |
| Octal | 301 | 276 | 222 | 0 | 2 | 30 | 30 | 70 | 33 | 102 |
| Binary | 11000001 | 10111110 | 10010010 | 0 | 10 | 11000 | 11000 | 111000 | 11011 | 1000010 |
Color Harmonies of #C1BE92
Complementary color
Monochromatic Colors of #C1BE92
Black with #C1BE92
Text Example
Text Example
White with #C1BE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BE92; }
p { color: rgb(193,190,146); }
H1.HeaderClassName
{
color: #C1BE92;
}
.AnyTagClassName
{
color: #C1BE92;
}
</style>
background-color css
<style>
a { background-color: #C1BE92; }
a { background-color: rgb(193,190,146); }
div.DivClassName
{
background-color: #C1BE92;
}
.BgClassName
{
background-color: #C1BE92;
}
</style>
border-color css
<style>
span { border-color: #C1BE92; }
span { border-color: rgb(193,190,146); }
td.TdClassName
{
border-color: #C1BE92;
}
.TagClassName
{
border-color: #C1BE92;
}
</style>