#C1BCAC

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

Shades of Grey Nickel #C1BCAC

Tints of Grey Nickel #C1BCAC

Color information

#C1BCAC (or 0xC1BCAC) is unknown color: approx Grey Nickel. HEX triplet: C1, BC and AC. RGB value is (193,188,172). Sum of RGB (Red+Green+Blue) = 193+188+172=553 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.90% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BCAC is #3E4353. Grayscale: #BBBBBB. Windows color (decimal): -4080468 or 11320513. OLE color: 11320513.

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

Color convert

RGB193188172-
CMYK00.030.110.24
HSL45.71º14.48%71.57%-
HSV(B)45.71º10.88%75.69%-
XYZ47.4250.2846.24-
YUV187.67119.16131.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.90%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=34.90%
G=34.00%
B=31.10%

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
Decimal19318817200.030.110.2445.7114.4871.57
HexC1BCAC03B182ee48
Octal3012742540313305616110
Binary11000001101111001010110001110111100010111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BCAC; }

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

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

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

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

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

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

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

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