Shades of Coriander #C3BB94
Tints of Coriander #C3BB94
RGB
CMYK
RGB Variations
Color information
#C3BB94 (or 0xC3BB94) is known color: Coriander. HEX triplet: C3, BB and 94. RGB value is (195,187,148). Sum of RGB (Red+Green+Blue) = 195+187+148=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 187 (73.44% from 255 or 35.28% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BB94 is #3C446B. Grayscale: #B9B9B9. Windows color (decimal): -3949676 or 9747395. OLE color: 9747395.
HSL color Cylindrical-coordinate representation of color #C3BB94: hue angle of 49.79º degrees, saturation: 0.28, 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 #C3BB94 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 148 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.24 |
| HSL | 49.79º | 0.28% | 0.67% | - |
| HSV(B) | 49.79º | 0.24% | 0.76% | - |
| XYZ | 45.62 | 49.28 | 35.12 | - |
| YUV | 184.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 148 | 0 | 0.04 | 0.24 | 0.24 | 49.79 | 0.28 | 0.67 |
| Hex | C3 | BB | 94 | 0 | 4 | 18 | 18 | 32 | 1C | 43 |
| Octal | 303 | 273 | 224 | 0 | 4 | 30 | 30 | 62 | 34 | 103 |
| Binary | 11000011 | 10111011 | 10010100 | 0 | 100 | 11000 | 11000 | 110010 | 11100 | 1000011 |
Color Harmonies of #C3BB94
Complementary color
Monochromatic Colors of #C3BB94
Black with #C3BB94
Text Example
Text Example
White with #C3BB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BB94; }
p { color: rgb(195,187,148); }
H1.HeaderClassName
{
color: #C3BB94;
}
.AnyTagClassName
{
color: #C3BB94;
}
</style>
background-color css
<style>
a { background-color: #C3BB94; }
a { background-color: rgb(195,187,148); }
div.DivClassName
{
background-color: #C3BB94;
}
.BgClassName
{
background-color: #C3BB94;
}
</style>
border-color css
<style>
span { border-color: #C3BB94; }
span { border-color: rgb(195,187,148); }
td.TdClassName
{
border-color: #C3BB94;
}
.TagClassName
{
border-color: #C3BB94;
}
</style>