#C3BFAE

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

Shades of Grey Nickel #C3BFAE

Tints of Grey Nickel #C3BFAE

Color information

#C3BFAE (or 0xC3BFAE) is unknown color: approx Grey Nickel. HEX triplet: C3, BF and AE. RGB value is (195,191,174). Sum of RGB (Red+Green+Blue) = 195+191+174=560 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.82% from 560); Green value is 191 (75% from 255 or 34.11% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFAE is #3C4051. Grayscale: #BEBEBE. Windows color (decimal): -3948626 or 11452355. OLE color: 11452355.

HSL color Cylindrical-coordinate representation of color #C3BFAE: 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 #C3BFAE is Cyan = 0, Magento = 0.02, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195191174-
CMYK00.020.110.24
HSL48.57º14.89%72.35%-
HSV(B)48.57º10.77%76.47%-
XYZ48.7851.9247.5-
YUV190.26118.83131.38-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.82%
GREEN value IS 191 (75% from 255) = 34.11%
BLUE value IS 174 (68.36% from 255) = 31.07%
R=34.82%
G=34.11%
B=31.07%

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
Decimal19519117400.020.110.2448.5714.8972.35
HexC3BFAE02B1831f48
Octal3032772560213306117110
Binary11000011101111111010111001010111100011000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFAE; }

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

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

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

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

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

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

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

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