#C2BEAD

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

Shades of Grey Nickel #C2BEAD

Tints of Grey Nickel #C2BEAD

Color information

#C2BEAD (or 0xC2BEAD) is unknown color: approx Grey Nickel. HEX triplet: C2, BE and AD. RGB value is (194,190,173). Sum of RGB (Red+Green+Blue) = 194+190+173=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 173 (67.97% from 255 or 31.06% from 557); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BEAD is #3D4152. Grayscale: #BDBDBD. Windows color (decimal): -4014419 or 11386562. OLE color: 11386562.

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

Color convert

RGB194190173-
CMYK00.020.110.24
HSL48.57º14.69%71.96%-
HSV(B)48.57º10.82%76.08%-
XYZ48.251.3146.9-
YUV189.26118.83131.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.83%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 173 (67.97% from 255) = 31.06%
R=34.83%
G=34.11%
B=31.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419017300.020.110.2448.5714.6971.96
HexC2BEAD02B1831f48
Octal3022762550213306117110
Binary11000010101111101010110101010111100011000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BEAD; }

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

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

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

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

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

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

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

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