Shades of Coriander #C3BE8C
Tints of Coriander #C3BE8C
RGB
CMYK
RGB Variations
Color information
#C3BE8C (or 0xC3BE8C) is known color: Coriander. HEX triplet: C3, BE and 8C. RGB value is (195,190,140). Sum of RGB (Red+Green+Blue) = 195+190+140=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 190 (74.61% from 255 or 36.19% from 525); Blue value is 140 (55.08% from 255 or 26.67% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BE8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BE8C is #3C4173. Grayscale: #BABABA. Windows color (decimal): -3948916 or 9223875. OLE color: 9223875.
HSL color Cylindrical-coordinate representation of color #C3BE8C: hue angle of 54.55º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C3BE8C is Cyan = 0, Magento = 0.03, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 190 | 140 | - |
| CMYK | 0 | 0.03 | 0.28 | 0.24 |
| HSL | 54.55º | 0.31% | 0.66% | - |
| HSV(B) | 54.55º | 0.28% | 0.76% | - |
| XYZ | 45.65 | 50.32 | 32.12 | - |
| YUV | 185.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 190 | 140 | 0 | 0.03 | 0.28 | 0.24 | 54.55 | 0.31 | 0.66 |
| Hex | C3 | BE | 8C | 0 | 3 | 1C | 18 | 37 | 1F | 42 |
| Octal | 303 | 276 | 214 | 0 | 3 | 34 | 30 | 67 | 37 | 102 |
| Binary | 11000011 | 10111110 | 10001100 | 0 | 11 | 11100 | 11000 | 110111 | 11111 | 1000010 |
Color Harmonies of #C3BE8C
Complementary color
Monochromatic Colors of #C3BE8C
Black with #C3BE8C
Text Example
Text Example
White with #C3BE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BE8C; }
p { color: rgb(195,190,140); }
H1.HeaderClassName
{
color: #C3BE8C;
}
.AnyTagClassName
{
color: #C3BE8C;
}
</style>
background-color css
<style>
a { background-color: #C3BE8C; }
a { background-color: rgb(195,190,140); }
div.DivClassName
{
background-color: #C3BE8C;
}
.BgClassName
{
background-color: #C3BE8C;
}
</style>
border-color css
<style>
span { border-color: #C3BE8C; }
span { border-color: rgb(195,190,140); }
td.TdClassName
{
border-color: #C3BE8C;
}
.TagClassName
{
border-color: #C3BE8C;
}
</style>