Shades of Coriander #C2B78C
Tints of Coriander #C2B78C
RGB
CMYK
RGB Variations
Color information
#C2B78C (or 0xC2B78C) is known color: Coriander. HEX triplet: C2, B7 and 8C. RGB value is (194,183,140). Sum of RGB (Red+Green+Blue) = 194+183+140=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 183 (71.88% from 255 or 35.40% from 517); Blue value is 140 (55.08% from 255 or 27.08% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B78C is #3D4873. Grayscale: #B5B5B5. Windows color (decimal): -4016244 or 9222082. OLE color: 9222082.
HSL color Cylindrical-coordinate representation of color #C2B78C: hue angle of 47.78º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2B78C is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 183 | 140 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.24 |
| HSL | 47.78º | 0.31% | 0.65% | - |
| HSV(B) | 47.78º | 0.28% | 0.76% | - |
| XYZ | 43.92 | 47.23 | 31.61 | - |
| YUV | 181.39 | 104.64 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 183 | 140 | 0 | 0.06 | 0.28 | 0.24 | 47.78 | 0.31 | 0.65 |
| Hex | C2 | B7 | 8C | 0 | 6 | 1C | 18 | 30 | 1F | 41 |
| Octal | 302 | 267 | 214 | 0 | 6 | 34 | 30 | 60 | 37 | 101 |
| Binary | 11000010 | 10110111 | 10001100 | 0 | 110 | 11100 | 11000 | 110000 | 11111 | 1000001 |
Color Harmonies of #C2B78C
Complementary color
Monochromatic Colors of #C2B78C
Black with #C2B78C
Text Example
Text Example
White with #C2B78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2B78C; }
p { color: rgb(194,183,140); }
H1.HeaderClassName
{
color: #C2B78C;
}
.AnyTagClassName
{
color: #C2B78C;
}
</style>
background-color css
<style>
a { background-color: #C2B78C; }
a { background-color: rgb(194,183,140); }
div.DivClassName
{
background-color: #C2B78C;
}
.BgClassName
{
background-color: #C2B78C;
}
</style>
border-color css
<style>
span { border-color: #C2B78C; }
span { border-color: rgb(194,183,140); }
td.TdClassName
{
border-color: #C2B78C;
}
.TagClassName
{
border-color: #C2B78C;
}
</style>