#C3BFAC

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

Shades of Grey Nickel #C3BFAC

Tints of Grey Nickel #C3BFAC

Color information

#C3BFAC (or 0xC3BFAC) is unknown color: approx Grey Nickel. HEX triplet: C3, BF and AC. RGB value is (195,191,172). Sum of RGB (Red+Green+Blue) = 195+191+172=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 191 (75% from 255 or 34.23% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFAC is #3C4053. Grayscale: #BEBEBE. Windows color (decimal): -3948628 or 11321283. OLE color: 11321283.

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

Color convert

RGB195191172-
CMYK00.020.120.24
HSL49.57º16.08%71.96%-
HSV(B)49.57º11.79%76.47%-
XYZ48.5851.8446.48-
YUV190.03117.83131.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 191 (75% from 255) = 34.23%
BLUE value IS 172 (67.58% from 255) = 30.82%
R=34.95%
G=34.23%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519117200.020.120.2449.5716.0871.96
HexC3BFAC02C18321048
Octal3032772540214306220110
Binary110000111011111110101100010110011000110010100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFAC; }

 p { color: rgb(195,191,172); }

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

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

 a { background-color: rgb(195,191,172); }

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

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

 span { border-color: rgb(195,191,172); }

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