#C3BFB0

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

Shades of Grey Nickel #C3BFB0

Tints of Grey Nickel #C3BFB0

Color information

#C3BFB0 (or 0xC3BFB0) is unknown color: approx Grey Nickel. HEX triplet: C3, BF and B0. RGB value is (195,191,176). Sum of RGB (Red+Green+Blue) = 195+191+176=562 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.70% from 562); Green value is 191 (75% from 255 or 33.99% from 562); Blue value is 176 (69.14% from 255 or 31.32% from 562); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BFB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BFB0 is #3C404F. Grayscale: #BEBEBE. Windows color (decimal): -3948624 or 11583427. OLE color: 11583427.

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

Color convert

RGB195191176-
CMYK00.020.100.24
HSL47.37º13.67%72.75%-
HSV(B)47.37º9.74%76.47%-
XYZ48.975248.53-
YUV190.49119.83131.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.70%
GREEN value IS 191 (75% from 255) = 33.99%
BLUE value IS 176 (69.14% from 255) = 31.32%
R=34.70%
G=33.99%
B=31.32%

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
Decimal19519117600.020.100.2447.3713.6772.75
HexC3BFB002A182fe49
Octal3032772600212305716111
Binary11000011101111111011000001010101100010111111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BFB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BFB0; }

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

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

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

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

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

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

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

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