#C1BDAF

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

Shades of Grey Nickel #C1BDAF

Tints of Grey Nickel #C1BDAF

Color information

#C1BDAF (or 0xC1BDAF) is unknown color: approx Grey Nickel. HEX triplet: C1, BD and AF. RGB value is (193,189,175). Sum of RGB (Red+Green+Blue) = 193+189+175=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 189 (74.22% from 255 or 33.93% from 557); Blue value is 175 (68.75% from 255 or 31.42% from 557); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BDAF is #3E4250. Grayscale: #BCBCBC. Windows color (decimal): -4080209 or 11517377. OLE color: 11517377.

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

Color convert

RGB193189175-
CMYK00.020.090.24
HSL46.67º12.68%72.16%-
HSV(B)46.67º9.33%75.69%-
XYZ47.9350.8347.84-
YUV188.6120.33131.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 189 (74.22% from 255) = 33.93%
BLUE value IS 175 (68.75% from 255) = 31.42%
R=34.65%
G=33.93%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19318917500.020.090.2446.6712.6872.16
HexC1BDAF029182fd48
Octal3012752570211305715110
Binary11000001101111011010111101010011100010111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BDAF; }

 p { color: rgb(193,189,175); }

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

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

 a { background-color: rgb(193,189,175); }

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

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

 span { border-color: rgb(193,189,175); }

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