#C3BFB1

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

Shades of Grey Nickel #C3BFB1

Tints of Grey Nickel #C3BFB1

Color information

#C3BFB1 (or 0xC3BFB1) is unknown color: approx Grey Nickel. HEX triplet: C3, BF and B1. RGB value is (195,191,177). Sum of RGB (Red+Green+Blue) = 195+191+177=563 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.64% from 563); Green value is 191 (75% from 255 or 33.93% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFB1 is #3C404E. Grayscale: #BEBEBE. Windows color (decimal): -3948623 or 11648963. OLE color: 11648963.

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

Color convert

RGB195191177-
CMYK00.020.090.24
HSL46.67º13.04%72.94%-
HSV(B)46.67º9.23%76.47%-
XYZ49.0752.0449.05-
YUV190.6120.33131.14-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.64%
GREEN value IS 191 (75% from 255) = 33.93%
BLUE value IS 177 (69.53% from 255) = 31.44%
R=34.64%
G=33.93%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519117700.020.090.2446.6713.0472.94
HexC3BFB1029182fd49
Octal3032772610211305715111
Binary11000011101111111011000101010011100010111111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFB1; }

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

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

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

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

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

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

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

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