Shades of Coriander #C2BF8A
Tints of Coriander #C2BF8A
RGB
CMYK
RGB Variations
Color information
#C2BF8A (or 0xC2BF8A) is known color: Coriander. HEX triplet: C2, BF and 8A. RGB value is (194,191,138). Sum of RGB (Red+Green+Blue) = 194+191+138=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 138 (54.30% from 255 or 26.39% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BF8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BF8A is #3D4075. Grayscale: #BABABA. Windows color (decimal): -4014198 or 9093058. OLE color: 9093058.
HSL color Cylindrical-coordinate representation of color #C2BF8A: hue angle of 56.79º 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 #C2BF8A is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 191 | 138 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.24 |
| HSL | 56.79º | 0.31% | 0.65% | - |
| HSV(B) | 56.79º | 0.29% | 0.76% | - |
| XYZ | 45.47 | 50.57 | 31.41 | - |
| YUV | 185.86 | 100.99 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 191 | 138 | 0 | 0.02 | 0.29 | 0.24 | 56.79 | 0.31 | 0.65 |
| Hex | C2 | BF | 8A | 0 | 2 | 1D | 18 | 39 | 1F | 41 |
| Octal | 302 | 277 | 212 | 0 | 2 | 35 | 30 | 71 | 37 | 101 |
| Binary | 11000010 | 10111111 | 10001010 | 0 | 10 | 11101 | 11000 | 111001 | 11111 | 1000001 |
Color Harmonies of #C2BF8A
Complementary color
Monochromatic Colors of #C2BF8A
Black with #C2BF8A
Text Example
Text Example
White with #C2BF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BF8A; }
p { color: rgb(194,191,138); }
H1.HeaderClassName
{
color: #C2BF8A;
}
.AnyTagClassName
{
color: #C2BF8A;
}
</style>
background-color css
<style>
a { background-color: #C2BF8A; }
a { background-color: rgb(194,191,138); }
div.DivClassName
{
background-color: #C2BF8A;
}
.BgClassName
{
background-color: #C2BF8A;
}
</style>
border-color css
<style>
span { border-color: #C2BF8A; }
span { border-color: rgb(194,191,138); }
td.TdClassName
{
border-color: #C2BF8A;
}
.TagClassName
{
border-color: #C2BF8A;
}
</style>