#C2BE95

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

Shades of Coriander #C2BE95

Tints of Coriander #C2BE95

Color information

#C2BE95 (or 0xC2BE95) is unknown color: approx Coriander. HEX triplet: C2, BE and 95. RGB value is (194,190,149). Sum of RGB (Red+Green+Blue) = 194+190+149=533 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.40% from 533); Green value is 190 (74.61% from 255 or 35.65% from 533); Blue value is 149 (58.59% from 255 or 27.95% from 533); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BE95 is #3D416A. Grayscale: #BABABA. Windows color (decimal): -4014443 or 9813698. OLE color: 9813698.

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

Color convert

RGB194190149-
CMYK00.020.230.24
HSL54.67º26.95%67.25%-
HSV(B)54.67º23.2%76.08%-
XYZ46.0950.4735.75-
YUV186.52106.83133.33-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.40%
GREEN value IS 190 (74.61% from 255) = 35.65%
BLUE value IS 149 (58.59% from 255) = 27.95%
R=36.40%
G=35.65%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419014900.020.230.2454.6726.9567.25
HexC2BE95021718371b43
Octal3022762250227306733103
Binary1100001010111110100101010101011111000110111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BE95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BE95; }

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

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

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

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

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

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

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

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