#C2BE87

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

Shades of Coriander #C2BE87

Tints of Coriander #C2BE87

Color information

#C2BE87 (or 0xC2BE87) is unknown color: approx Coriander. HEX triplet: C2, BE and 87. RGB value is (194,190,135). Sum of RGB (Red+Green+Blue) = 194+190+135=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 135 (53.12% from 255 or 26.01% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE87 is #3D4178. Grayscale: #B9B9B9. Windows color (decimal): -4014457 or 8896194. OLE color: 8896194.

HSL color Cylindrical-coordinate representation of color #C2BE87: hue angle of 55.93º 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 #C2BE87 is Cyan = 0, Magento = 0.02, Yellow = 0.30 and Black (K on CMYK) = 0.24.

Color convert

RGB194190135-
CMYK00.020.300.24
HSL55.93º32.6%64.51%-
HSV(B)55.93º30.41%76.08%-
XYZ45.0350.0530.21-
YUV184.9399.83134.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.38%
GREEN value IS 190 (74.61% from 255) = 36.61%
BLUE value IS 135 (53.12% from 255) = 26.01%
R=37.38%
G=36.61%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419013500.020.300.2455.9332.664.51
HexC2BE87021E18382141
Octal3022762070236307041101
Binary11000010101111101000011101011110110001110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE87; }

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

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

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

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

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

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

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

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