#C2BE8E

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

Shades of Coriander #C2BE8E

Tints of Coriander #C2BE8E

Color information

#C2BE8E (or 0xC2BE8E) is unknown color: approx Coriander. HEX triplet: C2, BE and 8E. RGB value is (194,190,142). Sum of RGB (Red+Green+Blue) = 194+190+142=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 142 (55.86% from 255 or 27.00% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE8E is #3D4171. Grayscale: #B9B9B9. Windows color (decimal): -4014450 or 9354946. OLE color: 9354946.

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

Color convert

RGB194190142-
CMYK00.020.270.24
HSL55.38º29.89%65.88%-
HSV(B)55.38º26.8%76.08%-
XYZ45.5450.2532.89-
YUV185.72103.33133.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 190 (74.61% from 255) = 36.12%
BLUE value IS 142 (55.86% from 255) = 27.00%
R=36.88%
G=36.12%
B=27.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419014200.020.270.2455.3829.8965.88
HexC2BE8E021B18371e42
Octal3022762160233306736102
Binary1100001010111110100011100101101111000110111111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE8E; }

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

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

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

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

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

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

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

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