#C4BFAD

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

Shades of Grey Nickel #C4BFAD

Tints of Grey Nickel #C4BFAD

Color information

#C4BFAD (or 0xC4BFAD) is unknown color: approx Grey Nickel. HEX triplet: C4, BF and AD. RGB value is (196,191,173). Sum of RGB (Red+Green+Blue) = 196+191+173=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFAD is #3B4052. Grayscale: #BEBEBE. Windows color (decimal): -3883091 or 11386820. OLE color: 11386820.

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

Color convert

RGB196191173-
CMYK00.030.120.23
HSL46.96º16.31%72.35%-
HSV(B)46.96º11.73%76.86%-
XYZ48.9452.0147-
YUV190.44118.16131.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 173 (67.97% from 255) = 30.89%
R=35%
G=34.11%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619117300.030.120.2346.9616.3172.35
HexC4BFAD03C172f1048
Octal3042772550314275720110
Binary110001001011111110101101011110010111101111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFAD; }

 p { color: rgb(196,191,173); }

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

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

 a { background-color: rgb(196,191,173); }

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

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

 span { border-color: rgb(196,191,173); }

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