#C2BCAA

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

Shades of Grey Nickel #C2BCAA

Tints of Grey Nickel #C2BCAA

Color information

#C2BCAA (or 0xC2BCAA) is unknown color: approx Grey Nickel. HEX triplet: C2, BC and AA. RGB value is (194,188,170). Sum of RGB (Red+Green+Blue) = 194+188+170=552 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.14% from 552); Green value is 188 (73.83% from 255 or 34.06% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2BCAA is #3D4355. Grayscale: #BBBBBB. Windows color (decimal): -4014934 or 11189442. OLE color: 11189442.

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

Color convert

RGB194188170-
CMYK00.030.120.24
HSL45º16.44%71.37%-
HSV(B)45º12.37%76.08%-
XYZ47.4950.3445.24-
YUV187.74117.99132.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 35.14%
GREEN value IS 188 (73.83% from 255) = 34.06%
BLUE value IS 170 (66.80% from 255) = 30.80%
R=35.14%
G=34.06%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19418817000.030.120.244516.4471.37
HexC2BCAA03C182d1047
Octal3022742520314305520107
Binary110000101011110010101010011110011000101101100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BCAA; }

 p { color: rgb(194,188,170); }

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

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

 a { background-color: rgb(194,188,170); }

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

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

 span { border-color: rgb(194,188,170); }

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