#C4BFAF

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

Shades of Grey Nickel #C4BFAF

Tints of Grey Nickel #C4BFAF

Color information

#C4BFAF (or 0xC4BFAF) is unknown color: approx Grey Nickel. HEX triplet: C4, BF and AF. RGB value is (196,191,175). Sum of RGB (Red+Green+Blue) = 196+191+175=562 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.88% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFAF is #3B4050. Grayscale: #BEBEBE. Windows color (decimal): -3883089 or 11517892. OLE color: 11517892.

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

Color convert

RGB196191175-
CMYK00.030.110.23
HSL45.71º15.11%72.75%-
HSV(B)45.71º10.71%76.86%-
XYZ49.1352.0948.02-
YUV190.67119.16131.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.88%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 175 (68.75% from 255) = 31.14%
R=34.88%
G=33.99%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619117500.030.110.2345.7115.1172.75
HexC4BFAF03B172ef49
Octal3042772570313275617111
Binary11000100101111111010111101110111011110111011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFAF; }

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

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

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

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

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

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

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

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