Shades of Coriander #C2BB93
Tints of Coriander #C2BB93
RGB
CMYK
RGB Variations
Color information
#C2BB93 (or 0xC2BB93) is known color: Coriander. HEX triplet: C2, BB and 93. RGB value is (194,187,147). Sum of RGB (Red+Green+Blue) = 194+187+147=528 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.74% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 147 (57.81% from 255 or 27.84% from 528); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BB93 is #3D446C. Grayscale: #B8B8B8. Windows color (decimal): -4015213 or 9681858. OLE color: 9681858.
HSL color Cylindrical-coordinate representation of color #C2BB93: hue angle of 51.06º 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 #C2BB93 is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 187 | 147 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.24 |
| HSL | 51.06º | 0.28% | 0.67% | - |
| HSV(B) | 51.06º | 0.24% | 0.76% | - |
| XYZ | 45.28 | 49.12 | 34.7 | - |
| YUV | 184.53 | 106.82 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 187 | 147 | 0 | 0.04 | 0.24 | 0.24 | 51.06 | 0.28 | 0.67 |
| Hex | C2 | BB | 93 | 0 | 4 | 18 | 18 | 33 | 1C | 43 |
| Octal | 302 | 273 | 223 | 0 | 4 | 30 | 30 | 63 | 34 | 103 |
| Binary | 11000010 | 10111011 | 10010011 | 0 | 100 | 11000 | 11000 | 110011 | 11100 | 1000011 |
Color Harmonies of #C2BB93
Complementary color
Monochromatic Colors of #C2BB93
Black with #C2BB93
Text Example
Text Example
White with #C2BB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BB93; }
p { color: rgb(194,187,147); }
H1.HeaderClassName
{
color: #C2BB93;
}
.AnyTagClassName
{
color: #C2BB93;
}
</style>
background-color css
<style>
a { background-color: #C2BB93; }
a { background-color: rgb(194,187,147); }
div.DivClassName
{
background-color: #C2BB93;
}
.BgClassName
{
background-color: #C2BB93;
}
</style>
border-color css
<style>
span { border-color: #C2BB93; }
span { border-color: rgb(194,187,147); }
td.TdClassName
{
border-color: #C2BB93;
}
.TagClassName
{
border-color: #C2BB93;
}
</style>