#C1BEB1

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

Shades of Grey Nickel #C1BEB1

Tints of Grey Nickel #C1BEB1

Color information

#C1BEB1 (or 0xC1BEB1) is unknown color: approx Grey Nickel. HEX triplet: C1, BE and B1. RGB value is (193,190,177). Sum of RGB (Red+Green+Blue) = 193+190+177=560 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.46% from 560); Green value is 190 (74.61% from 255 or 33.93% from 560); Blue value is 177 (69.53% from 255 or 31.61% from 560); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEB1 is #3E414E. Grayscale: #BDBDBD. Windows color (decimal): -4079951 or 11648705. OLE color: 11648705.

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

Color convert

RGB193190177-
CMYK00.020.080.24
HSL48.75º11.43%72.55%-
HSV(B)48.75º8.29%75.69%-
XYZ48.3451.3448.96-
YUV189.42120.99130.56-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.46%
GREEN value IS 190 (74.61% from 255) = 33.93%
BLUE value IS 177 (69.53% from 255) = 31.61%
R=34.46%
G=33.93%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319017700.020.080.2448.7511.4372.55
HexC1BEB10281831b49
Octal3012762610210306113111
Binary11000001101111101011000101010001100011000110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEB1; }

 p { color: rgb(193,190,177); }

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

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

 a { background-color: rgb(193,190,177); }

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

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

 span { border-color: rgb(193,190,177); }

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