Shades of Coriander #C3BB8D
Tints of Coriander #C3BB8D
RGB
CMYK
RGB Variations
Color information
#C3BB8D (or 0xC3BB8D) is known color: Coriander. HEX triplet: C3, BB and 8D. RGB value is (195,187,141). Sum of RGB (Red+Green+Blue) = 195+187+141=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 187 (73.44% from 255 or 35.76% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BB8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BB8D is #3C4472. Grayscale: #B8B8B8. Windows color (decimal): -3949683 or 9288643. OLE color: 9288643.
HSL color Cylindrical-coordinate representation of color #C3BB8D: hue angle of 51.11º 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 #C3BB8D is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 187 | 141 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.24 |
| HSL | 51.11º | 0.31% | 0.66% | - |
| HSV(B) | 51.11º | 0.28% | 0.76% | - |
| XYZ | 45.08 | 49.07 | 32.29 | - |
| YUV | 184.15 | 103.65 | 135.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 187 | 141 | 0 | 0.04 | 0.28 | 0.24 | 51.11 | 0.31 | 0.66 |
| Hex | C3 | BB | 8D | 0 | 4 | 1C | 18 | 33 | 1F | 42 |
| Octal | 303 | 273 | 215 | 0 | 4 | 34 | 30 | 63 | 37 | 102 |
| Binary | 11000011 | 10111011 | 10001101 | 0 | 100 | 11100 | 11000 | 110011 | 11111 | 1000010 |
Color Harmonies of #C3BB8D
Complementary color
Monochromatic Colors of #C3BB8D
Black with #C3BB8D
Text Example
Text Example
White with #C3BB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3BB8D; }
p { color: rgb(195,187,141); }
H1.HeaderClassName
{
color: #C3BB8D;
}
.AnyTagClassName
{
color: #C3BB8D;
}
</style>
background-color css
<style>
a { background-color: #C3BB8D; }
a { background-color: rgb(195,187,141); }
div.DivClassName
{
background-color: #C3BB8D;
}
.BgClassName
{
background-color: #C3BB8D;
}
</style>
border-color css
<style>
span { border-color: #C3BB8D; }
span { border-color: rgb(195,187,141); }
td.TdClassName
{
border-color: #C3BB8D;
}
.TagClassName
{
border-color: #C3BB8D;
}
</style>