Shades of Coriander #C3BD92
Tints of Coriander #C3BD92
RGB
CMYK
RGB Variations
Color information
#C3BD92 (or 0xC3BD92) is known color: Coriander. HEX triplet: C3, BD and 92. RGB value is (195,189,146). Sum of RGB (Red+Green+Blue) = 195+189+146=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BD92 is #3C426D. Grayscale: #BABABA. Windows color (decimal): -3949166 or 9616835. OLE color: 9616835.
HSL color Cylindrical-coordinate representation of color #C3BD92: hue angle of 52.65º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C3BD92 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 189 | 146 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.24 |
| HSL | 52.65º | 0.29% | 0.67% | - |
| HSV(B) | 52.65º | 0.25% | 0.76% | - |
| XYZ | 45.89 | 50.07 | 34.44 | - |
| YUV | 185.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 189 | 146 | 0 | 0.03 | 0.25 | 0.24 | 52.65 | 0.29 | 0.67 |
| Hex | C3 | BD | 92 | 0 | 3 | 19 | 18 | 35 | 1D | 43 |
| Octal | 303 | 275 | 222 | 0 | 3 | 31 | 30 | 65 | 35 | 103 |
| Binary | 11000011 | 10111101 | 10010010 | 0 | 11 | 11001 | 11000 | 110101 | 11101 | 1000011 |
Color Harmonies of #C3BD92
Complementary color
Monochromatic Colors of #C3BD92
Black with #C3BD92
Text Example
Text Example
White with #C3BD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BD92; }
p { color: rgb(195,189,146); }
H1.HeaderClassName
{
color: #C3BD92;
}
.AnyTagClassName
{
color: #C3BD92;
}
</style>
background-color css
<style>
a { background-color: #C3BD92; }
a { background-color: rgb(195,189,146); }
div.DivClassName
{
background-color: #C3BD92;
}
.BgClassName
{
background-color: #C3BD92;
}
</style>
border-color css
<style>
span { border-color: #C3BD92; }
span { border-color: rgb(195,189,146); }
td.TdClassName
{
border-color: #C3BD92;
}
.TagClassName
{
border-color: #C3BD92;
}
</style>