Shades of Coriander #C3B890
Tints of Coriander #C3B890
RGB
CMYK
RGB Variations
Color information
#C3B890 (or 0xC3B890) is known color: Coriander. HEX triplet: C3, B8 and 90. RGB value is (195,184,144). Sum of RGB (Red+Green+Blue) = 195+184+144=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 184 (72.27% from 255 or 35.18% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B890 is #3C476F. Grayscale: #B6B6B6. Windows color (decimal): -3950448 or 9484483. OLE color: 9484483.
HSL color Cylindrical-coordinate representation of color #C3B890: hue angle of 47.06º 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 #C3B890 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 184 | 144 | - |
| CMYK | 0 | 0.06 | 0.26 | 0.24 |
| HSL | 47.06º | 0.3% | 0.66% | - |
| HSV(B) | 47.06º | 0.26% | 0.76% | - |
| XYZ | 44.68 | 47.9 | 33.28 | - |
| YUV | 182.73 | 106.14 | 136.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 184 | 144 | 0 | 0.06 | 0.26 | 0.24 | 47.06 | 0.3 | 0.66 |
| Hex | C3 | B8 | 90 | 0 | 6 | 1A | 18 | 2F | 1E | 42 |
| Octal | 303 | 270 | 220 | 0 | 6 | 32 | 30 | 57 | 36 | 102 |
| Binary | 11000011 | 10111000 | 10010000 | 0 | 110 | 11010 | 11000 | 101111 | 11110 | 1000010 |
Color Harmonies of #C3B890
Complementary color
Monochromatic Colors of #C3B890
Black with #C3B890
Text Example
Text Example
White with #C3B890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3B890; }
p { color: rgb(195,184,144); }
H1.HeaderClassName
{
color: #C3B890;
}
.AnyTagClassName
{
color: #C3B890;
}
</style>
background-color css
<style>
a { background-color: #C3B890; }
a { background-color: rgb(195,184,144); }
div.DivClassName
{
background-color: #C3B890;
}
.BgClassName
{
background-color: #C3B890;
}
</style>
border-color css
<style>
span { border-color: #C3B890; }
span { border-color: rgb(195,184,144); }
td.TdClassName
{
border-color: #C3B890;
}
.TagClassName
{
border-color: #C3B890;
}
</style>