Shades of Coriander #C2BD8A
Tints of Coriander #C2BD8A
RGB
CMYK
RGB Variations
Color information
#C2BD8A (or 0xC2BD8A) is known color: Coriander. HEX triplet: C2, BD and 8A. RGB value is (194,189,138). Sum of RGB (Red+Green+Blue) = 194+189+138=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 138 (54.30% from 255 or 26.49% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BD8A is #3D4275. Grayscale: #B8B8B8. Windows color (decimal): -4014710 or 9092546. OLE color: 9092546.
HSL color Cylindrical-coordinate representation of color #C2BD8A: hue angle of 54.64º 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 #C2BD8A is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 189 | 138 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.24 |
| HSL | 54.64º | 0.31% | 0.65% | - |
| HSV(B) | 54.64º | 0.29% | 0.76% | - |
| XYZ | 45.03 | 49.7 | 31.26 | - |
| YUV | 184.68 | 101.66 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 189 | 138 | 0 | 0.03 | 0.29 | 0.24 | 54.64 | 0.31 | 0.65 |
| Hex | C2 | BD | 8A | 0 | 3 | 1D | 18 | 37 | 1F | 41 |
| Octal | 302 | 275 | 212 | 0 | 3 | 35 | 30 | 67 | 37 | 101 |
| Binary | 11000010 | 10111101 | 10001010 | 0 | 11 | 11101 | 11000 | 110111 | 11111 | 1000001 |
Color Harmonies of #C2BD8A
Complementary color
Monochromatic Colors of #C2BD8A
Black with #C2BD8A
Text Example
Text Example
White with #C2BD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2BD8A; }
p { color: rgb(194,189,138); }
H1.HeaderClassName
{
color: #C2BD8A;
}
.AnyTagClassName
{
color: #C2BD8A;
}
</style>
background-color css
<style>
a { background-color: #C2BD8A; }
a { background-color: rgb(194,189,138); }
div.DivClassName
{
background-color: #C2BD8A;
}
.BgClassName
{
background-color: #C2BD8A;
}
</style>
border-color css
<style>
span { border-color: #C2BD8A; }
span { border-color: rgb(194,189,138); }
td.TdClassName
{
border-color: #C2BD8A;
}
.TagClassName
{
border-color: #C2BD8A;
}
</style>