#C1BCAB

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

Shades of Grey Nickel #C1BCAB

Tints of Grey Nickel #C1BCAB

Color information

#C1BCAB (or 0xC1BCAB) is unknown color: approx Grey Nickel. HEX triplet: C1, BC and AB. RGB value is (193,188,171). Sum of RGB (Red+Green+Blue) = 193+188+171=552 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.96% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 171 (67.19% from 255 or 30.98% from 552); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BCAB is #3E4354. Grayscale: #BBBBBB. Windows color (decimal): -4080469 or 11254977. OLE color: 11254977.

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

Color convert

RGB193188171-
CMYK00.030.110.24
HSL46.36º15.07%71.37%-
HSV(B)46.36º11.4%75.69%-
XYZ47.3350.2445.73-
YUV187.56118.66131.88-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.96%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 171 (67.19% from 255) = 30.98%
R=34.96%
G=34.06%
B=30.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318817100.030.110.2446.3615.0771.37
HexC1BCAB03B182ef47
Octal3012742530313305617107
Binary11000001101111001010101101110111100010111011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCAB; }

 p { color: rgb(193,188,171); }

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

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

 a { background-color: rgb(193,188,171); }

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

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

 span { border-color: rgb(193,188,171); }

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