Shades of Coriander #C2B88A
Tints of Coriander #C2B88A
RGB
CMYK
RGB Variations
Color information
#C2B88A (or 0xC2B88A) is known color: Coriander. HEX triplet: C2, B8 and 8A. RGB value is (194,184,138). Sum of RGB (Red+Green+Blue) = 194+184+138=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B88A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B88A is #3D4775. Grayscale: #B5B5B5. Windows color (decimal): -4015990 or 9091266. OLE color: 9091266.
HSL color Cylindrical-coordinate representation of color #C2B88A: hue angle of 49.29º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2B88A is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 184 | 138 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.24 |
| HSL | 49.29º | 0.31% | 0.65% | - |
| HSV(B) | 49.29º | 0.29% | 0.76% | - |
| XYZ | 43.98 | 47.59 | 30.91 | - |
| YUV | 181.75 | 103.31 | 136.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 184 | 138 | 0 | 0.05 | 0.29 | 0.24 | 49.29 | 0.31 | 0.65 |
| Hex | C2 | B8 | 8A | 0 | 5 | 1D | 18 | 31 | 1F | 41 |
| Octal | 302 | 270 | 212 | 0 | 5 | 35 | 30 | 61 | 37 | 101 |
| Binary | 11000010 | 10111000 | 10001010 | 0 | 101 | 11101 | 11000 | 110001 | 11111 | 1000001 |
Color Harmonies of #C2B88A
Complementary color
Monochromatic Colors of #C2B88A
Black with #C2B88A
Text Example
Text Example
White with #C2B88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B88A; }
p { color: rgb(194,184,138); }
H1.HeaderClassName
{
color: #C2B88A;
}
.AnyTagClassName
{
color: #C2B88A;
}
</style>
background-color css
<style>
a { background-color: #C2B88A; }
a { background-color: rgb(194,184,138); }
div.DivClassName
{
background-color: #C2B88A;
}
.BgClassName
{
background-color: #C2B88A;
}
</style>
border-color css
<style>
span { border-color: #C2B88A; }
span { border-color: rgb(194,184,138); }
td.TdClassName
{
border-color: #C2B88A;
}
.TagClassName
{
border-color: #C2B88A;
}
</style>