#C3BFAF

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

Shades of Grey Nickel #C3BFAF

Tints of Grey Nickel #C3BFAF

Color information

#C3BFAF (or 0xC3BFAF) is unknown color: approx Grey Nickel. HEX triplet: C3, BF and AF. RGB value is (195,191,175). Sum of RGB (Red+Green+Blue) = 195+191+175=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 191 (75% from 255 or 34.05% from 561); Blue value is 175 (68.75% from 255 or 31.19% from 561); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFAF is #3C4050. Grayscale: #BEBEBE. Windows color (decimal): -3948625 or 11517891. OLE color: 11517891.

HSL color Cylindrical-coordinate representation of color #C3BFAF: hue angle of 48º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C3BFAF is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195191175-
CMYK00.020.100.24
HSL48º14.29%72.55%-
HSV(B)48º10.26%76.47%-
XYZ48.8751.9648.01-
YUV190.37119.33131.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.76%
GREEN value IS 191 (75% from 255) = 34.05%
BLUE value IS 175 (68.75% from 255) = 31.19%
R=34.76%
G=34.05%
B=31.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519117500.020.100.244814.2972.55
HexC3BFAF02A1830e49
Octal3032772570212306016111
Binary11000011101111111010111101010101100011000011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFAF; }

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

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

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

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

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

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

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

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