Shades of Coriander #C3B990
Tints of Coriander #C3B990
RGB
CMYK
RGB Variations
Color information
#C3B990 (or 0xC3B990) is known color: Coriander. HEX triplet: C3, B9 and 90. RGB value is (195,185,144). Sum of RGB (Red+Green+Blue) = 195+185+144=524 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.21% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B990 is #3C466F. Grayscale: #B7B7B7. Windows color (decimal): -3950192 or 9484739. OLE color: 9484739.
HSL color Cylindrical-coordinate representation of color #C3B990: hue angle of 48.24º degrees, saturation: 0.3, 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 #C3B990 is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 185 | 144 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.24 |
| HSL | 48.24º | 0.3% | 0.66% | - |
| HSV(B) | 48.24º | 0.26% | 0.76% | - |
| XYZ | 44.89 | 48.31 | 33.35 | - |
| YUV | 183.32 | 105.81 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 185 | 144 | 0 | 0.05 | 0.26 | 0.24 | 48.24 | 0.3 | 0.66 |
| Hex | C3 | B9 | 90 | 0 | 5 | 1A | 18 | 30 | 1E | 42 |
| Octal | 303 | 271 | 220 | 0 | 5 | 32 | 30 | 60 | 36 | 102 |
| Binary | 11000011 | 10111001 | 10010000 | 0 | 101 | 11010 | 11000 | 110000 | 11110 | 1000010 |
Color Harmonies of #C3B990
Complementary color
Monochromatic Colors of #C3B990
Black with #C3B990
Text Example
Text Example
White with #C3B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B990; }
p { color: rgb(195,185,144); }
H1.HeaderClassName
{
color: #C3B990;
}
.AnyTagClassName
{
color: #C3B990;
}
</style>
background-color css
<style>
a { background-color: #C3B990; }
a { background-color: rgb(195,185,144); }
div.DivClassName
{
background-color: #C3B990;
}
.BgClassName
{
background-color: #C3B990;
}
</style>
border-color css
<style>
span { border-color: #C3B990; }
span { border-color: rgb(195,185,144); }
td.TdClassName
{
border-color: #C3B990;
}
.TagClassName
{
border-color: #C3B990;
}
</style>