#C2BE89

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

Shades of Coriander #C2BE89

Tints of Coriander #C2BE89

Color information

#C2BE89 (or 0xC2BE89) is unknown color: approx Coriander. HEX triplet: C2, BE and 89. RGB value is (194,190,137). Sum of RGB (Red+Green+Blue) = 194+190+137=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE89 is #3D4176. Grayscale: #B9B9B9. Windows color (decimal): -4014455 or 9027266. OLE color: 9027266.

HSL color Cylindrical-coordinate representation of color #C2BE89: hue angle of 55.79º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C2BE89 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB194190137-
CMYK00.020.290.24
HSL55.79º31.84%64.9%-
HSV(B)55.79º29.38%76.08%-
XYZ45.1850.130.96-
YUV185.15100.83134.31-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.24%
GREEN value IS 190 (74.61% from 255) = 36.47%
BLUE value IS 137 (53.91% from 255) = 26.30%
R=37.24%
G=36.47%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419013700.020.290.2455.7931.8464.9
HexC2BE89021D18382041
Octal3022762110235307040101
Binary11000010101111101000100101011101110001110001000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE89; }

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

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

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

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

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

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

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

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