Shades of Coriander #C2B894
Tints of Coriander #C2B894
RGB
CMYK
RGB Variations
Color information
#C2B894 (or 0xC2B894) is known color: Coriander. HEX triplet: C2, B8 and 94. RGB value is (194,184,148). Sum of RGB (Red+Green+Blue) = 194+184+148=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 184 (72.27% from 255 or 34.98% from 526); Blue value is 148 (58.20% from 255 or 28.14% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B894 is #3D476B. Grayscale: #B7B7B7. Windows color (decimal): -4015980 or 9746626. OLE color: 9746626.
HSL color Cylindrical-coordinate representation of color #C2B894: hue angle of 46.96º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2B894 is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 184 | 148 | - |
CMYK | 0 | 0.05 | 0.24 | 0.24 |
HSL | 46.96º | 0.27% | 0.67% | - |
HSV(B) | 46.96º | 0.24% | 0.76% | - |
XYZ | 44.73 | 47.89 | 34.9 | - |
YUV | 182.89 | 108.31 | 135.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 184 | 148 | 0 | 0.05 | 0.24 | 0.24 | 46.96 | 0.27 | 0.67 |
Hex | C2 | B8 | 94 | 0 | 5 | 18 | 18 | 2F | 1B | 43 |
Octal | 302 | 270 | 224 | 0 | 5 | 30 | 30 | 57 | 33 | 103 |
Binary | 11000010 | 10111000 | 10010100 | 0 | 101 | 11000 | 11000 | 101111 | 11011 | 1000011 |
Color Harmonies of #C2B894
Complementary color
Monochromatic Colors of #C2B894
Black with #C2B894
Text Example
Text Example
White with #C2B894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B894; }
p { color: rgb(194,184,148); }
H1.HeaderClassName
{
color: #C2B894;
}
.AnyTagClassName
{
color: #C2B894;
}
</style>
background-color css
<style>
a { background-color: #C2B894; }
a { background-color: rgb(194,184,148); }
div.DivClassName
{
background-color: #C2B894;
}
.BgClassName
{
background-color: #C2B894;
}
</style>
border-color css
<style>
span { border-color: #C2B894; }
span { border-color: rgb(194,184,148); }
td.TdClassName
{
border-color: #C2B894;
}
.TagClassName
{
border-color: #C2B894;
}
</style>