Shades of Coriander #C3BE90
Tints of Coriander #C3BE90
RGB
CMYK
RGB Variations
Color information
#C3BE90 (or 0xC3BE90) is known color: Coriander. HEX triplet: C3, BE and 90. RGB value is (195,190,144). Sum of RGB (Red+Green+Blue) = 195+190+144=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 190 (74.61% from 255 or 35.92% from 529); Blue value is 144 (56.64% from 255 or 27.22% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BE90 is #3C416F. Grayscale: #BABABA. Windows color (decimal): -3948912 or 9486019. OLE color: 9486019.
HSL color Cylindrical-coordinate representation of color #C3BE90: hue angle of 54.12º 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 #C3BE90 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 144 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.24 |
| HSL | 54.12º | 0.3% | 0.66% | - |
| HSV(B) | 54.12º | 0.26% | 0.76% | - |
| XYZ | 45.95 | 50.44 | 33.7 | - |
| YUV | 186.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 144 | 0 | 0.03 | 0.26 | 0.24 | 54.12 | 0.3 | 0.66 |
| Hex | C3 | BE | 90 | 0 | 3 | 1A | 18 | 36 | 1E | 42 |
| Octal | 303 | 276 | 220 | 0 | 3 | 32 | 30 | 66 | 36 | 102 |
| Binary | 11000011 | 10111110 | 10010000 | 0 | 11 | 11010 | 11000 | 110110 | 11110 | 1000010 |
Color Harmonies of #C3BE90
Complementary color
Monochromatic Colors of #C3BE90
Black with #C3BE90
Text Example
Text Example
White with #C3BE90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE90; }
p { color: rgb(195,190,144); }
H1.HeaderClassName
{
color: #C3BE90;
}
.AnyTagClassName
{
color: #C3BE90;
}
</style>
background-color css
<style>
a { background-color: #C3BE90; }
a { background-color: rgb(195,190,144); }
div.DivClassName
{
background-color: #C3BE90;
}
.BgClassName
{
background-color: #C3BE90;
}
</style>
border-color css
<style>
span { border-color: #C3BE90; }
span { border-color: rgb(195,190,144); }
td.TdClassName
{
border-color: #C3BE90;
}
.TagClassName
{
border-color: #C3BE90;
}
</style>