#C2BC8E

Color #C2BC8E Coriander (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coriander #C2BC8E

Tints of Coriander #C2BC8E

Color information

#C2BC8E (or 0xC2BC8E) is unknown color: approx Coriander. HEX triplet: C2, BC and 8E. RGB value is (194,188,142). Sum of RGB (Red+Green+Blue) = 194+188+142=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 142 (55.86% from 255 or 27.10% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC8E is #3D4371. Grayscale: #B8B8B8. Windows color (decimal): -4014962 or 9354434. OLE color: 9354434.

HSL color Cylindrical-coordinate representation of color #C2BC8E: hue angle of 53.08º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C2BC8E is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB194188142-
CMYK00.030.270.24
HSL53.08º29.89%65.88%-
HSV(B)53.08º26.8%76.08%-
XYZ45.1149.3932.75-
YUV184.55103.99134.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 194 (76.17% from 255) = 37.02%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 142 (55.86% from 255) = 27.10%
R=37.02%
G=35.88%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418814200.030.270.2453.0829.8965.88
HexC2BC8E031B18351e42
Octal3022742160333306536102
Binary1100001010111100100011100111101111000110101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC8E; }

 p { color: rgb(194,188,142); }

 H1.HeaderClassName
 {
   color: #C2BC8E;
 }
 .AnyTagClassName
 {
   color: #C2BC8E;
 }
</style>
background-color css

<style>
 a { background-color: #C2BC8E; }

 a { background-color: rgb(194,188,142); }

 div.DivClassName
 {
   background-color: #C2BC8E;
 }
 .BgClassName
 {
   background-color: #C2BC8E;
 }
</style>
border-color css

<style>
 span { border-color: #C2BC8E; }

 span { border-color: rgb(194,188,142); }

 td.TdClassName
 {
   border-color: #C2BC8E;
 }
 .TagClassName
 {
   border-color: #C2BC8E;
 }
</style>