#C2BA96

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

Shades of Coriander #C2BA96

Tints of Coriander #C2BA96

Color information

#C2BA96 (or 0xC2BA96) is unknown color: approx Coriander. HEX triplet: C2, BA and 96. RGB value is (194,186,150). Sum of RGB (Red+Green+Blue) = 194+186+150=530 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.60% from 530); Green value is 186 (73.05% from 255 or 35.09% from 530); Blue value is 150 (58.98% from 255 or 28.30% from 530); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA96 is #3D4569. Grayscale: #B8B8B8. Windows color (decimal): -4015466 or 9878210. OLE color: 9878210.

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

Color convert

RGB194186150-
CMYK00.040.230.24
HSL49.09º26.51%67.45%-
HSV(B)49.09º22.68%76.08%-
XYZ45.3148.7935.88-
YUV184.29108.65134.93-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.60%
GREEN value IS 186 (73.05% from 255) = 35.09%
BLUE value IS 150 (58.98% from 255) = 28.30%
R=36.60%
G=35.09%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418615000.040.230.2449.0926.5167.45
HexC2BA96041718311b43
Octal3022722260427306133103
Binary11000010101110101001011001001011111000110001110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA96; }

 p { color: rgb(194,186,150); }

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

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

 a { background-color: rgb(194,186,150); }

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

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

 span { border-color: rgb(194,186,150); }

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