#C2BA92

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

Shades of Coriander #C2BA92

Tints of Coriander #C2BA92

Color information

#C2BA92 (or 0xC2BA92) is unknown color: approx Coriander. HEX triplet: C2, BA and 92. RGB value is (194,186,146). Sum of RGB (Red+Green+Blue) = 194+186+146=526 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.88% from 526); Green value is 186 (73.05% from 255 or 35.36% from 526); Blue value is 146 (57.42% from 255 or 27.76% from 526); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BA92 is #3D456D. Grayscale: #B8B8B8. Windows color (decimal): -4015470 or 9616066. OLE color: 9616066.

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

Color convert

RGB194186146-
CMYK00.040.250.24
HSL50º28.24%66.67%-
HSV(B)50º24.74%76.08%-
XYZ4548.6634.22-
YUV183.83106.65135.25-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 36.88%
GREEN value IS 186 (73.05% from 255) = 35.36%
BLUE value IS 146 (57.42% from 255) = 27.76%
R=36.88%
G=35.36%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418614600.040.250.245028.2466.67
HexC2BA92041918321c43
Octal3022722220431306234103
Binary11000010101110101001001001001100111000110010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BA92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BA92; }

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

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

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

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

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

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

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

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