#C4BFAE

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

Shades of Grey Nickel #C4BFAE

Tints of Grey Nickel #C4BFAE

Color information

#C4BFAE (or 0xC4BFAE) is unknown color: approx Grey Nickel. HEX triplet: C4, BF and AE. RGB value is (196,191,174). Sum of RGB (Red+Green+Blue) = 196+191+174=561 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.94% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 174 (68.36% from 255 or 31.02% from 561); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BFAE is #3B4051. Grayscale: #BEBEBE. Windows color (decimal): -3883090 or 11452356. OLE color: 11452356.

HSL color Cylindrical-coordinate representation of color #C4BFAE: hue angle of 46.36º degrees, saturation: 0.16, 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 #C4BFAE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB196191174-
CMYK00.030.110.23
HSL46.36º15.71%72.55%-
HSV(B)46.36º11.22%76.86%-
XYZ49.0452.0547.51-
YUV190.56118.66131.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.94%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 174 (68.36% from 255) = 31.02%
R=34.94%
G=34.05%
B=31.02%

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
Decimal19619117400.030.110.2346.3615.7172.55
HexC4BFAE03B172e1049
Octal3042772560313275620111
Binary110001001011111110101110011101110111101110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BFAE; }

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

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

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

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

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

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

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

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