Shades of Coriander #C2BB96
Tints of Coriander #C2BB96
RGB
CMYK
RGB Variations
Color information
#C2BB96 (or 0xC2BB96) is known color: Coriander. HEX triplet: C2, BB and 96. RGB value is (194,187,150). Sum of RGB (Red+Green+Blue) = 194+187+150=531 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.53% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB96 is #3D4469. Grayscale: #B9B9B9. Windows color (decimal): -4015210 or 9878466. OLE color: 9878466.
HSL color Cylindrical-coordinate representation of color #C2BB96: hue angle of 50.45º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2BB96 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 150 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.24 |
| HSL | 50.45º | 0.27% | 0.67% | - |
| HSV(B) | 50.45º | 0.23% | 0.76% | - |
| XYZ | 45.52 | 49.21 | 35.95 | - |
| YUV | 184.88 | 108.32 | 134.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 150 | 0 | 0.04 | 0.23 | 0.24 | 50.45 | 0.27 | 0.67 |
| Hex | C2 | BB | 96 | 0 | 4 | 17 | 18 | 32 | 1B | 43 |
| Octal | 302 | 273 | 226 | 0 | 4 | 27 | 30 | 62 | 33 | 103 |
| Binary | 11000010 | 10111011 | 10010110 | 0 | 100 | 10111 | 11000 | 110010 | 11011 | 1000011 |
Color Harmonies of #C2BB96
Complementary color
Monochromatic Colors of #C2BB96
Black with #C2BB96
Text Example
Text Example
White with #C2BB96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB96; }
p { color: rgb(194,187,150); }
H1.HeaderClassName
{
color: #C2BB96;
}
.AnyTagClassName
{
color: #C2BB96;
}
</style>
background-color css
<style>
a { background-color: #C2BB96; }
a { background-color: rgb(194,187,150); }
div.DivClassName
{
background-color: #C2BB96;
}
.BgClassName
{
background-color: #C2BB96;
}
</style>
border-color css
<style>
span { border-color: #C2BB96; }
span { border-color: rgb(194,187,150); }
td.TdClassName
{
border-color: #C2BB96;
}
.TagClassName
{
border-color: #C2BB96;
}
</style>