#C2BC87

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

Shades of Coriander #C2BC87

Tints of Coriander #C2BC87

Color information

#C2BC87 (or 0xC2BC87) is unknown color: approx Coriander. HEX triplet: C2, BC and 87. RGB value is (194,188,135). Sum of RGB (Red+Green+Blue) = 194+188+135=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 188 (73.83% from 255 or 36.36% from 517); Blue value is 135 (53.12% from 255 or 26.11% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BC87 is #3D4378. Grayscale: #B7B7B7. Windows color (decimal): -4014969 or 8895682. OLE color: 8895682.

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

Color convert

RGB194188135-
CMYK00.030.300.24
HSL53.9º32.6%64.51%-
HSV(B)53.9º30.41%76.08%-
XYZ44.649.1930.06-
YUV183.75100.49135.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 188 (73.83% from 255) = 36.36%
BLUE value IS 135 (53.12% from 255) = 26.11%
R=37.52%
G=36.36%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418813500.030.300.2453.932.664.51
HexC2BC87031E18362141
Octal3022742070336306641101
Binary11000010101111001000011101111110110001101101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BC87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BC87; }

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

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

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

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

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

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

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

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