#C1BEAE

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

Shades of Grey Nickel #C1BEAE

Tints of Grey Nickel #C1BEAE

Color information

#C1BEAE (or 0xC1BEAE) is unknown color: approx Grey Nickel. HEX triplet: C1, BE and AE. RGB value is (193,190,174). Sum of RGB (Red+Green+Blue) = 193+190+174=557 (73% of max value = 765). Red value is 193 (75.78% from 255 or 34.65% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 174 (68.36% from 255 or 31.24% from 557); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BEAE is #3E4151. Grayscale: #BDBDBD. Windows color (decimal): -4079954 or 11452097. OLE color: 11452097.

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

Color convert

RGB193190174-
CMYK00.020.100.24
HSL50.53º13.29%71.96%-
HSV(B)50.53º9.84%75.69%-
XYZ48.0551.2247.4-
YUV189.07119.49130.8-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.65%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 174 (68.36% from 255) = 31.24%
R=34.65%
G=34.11%
B=31.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19319017400.020.100.2450.5313.2971.96
HexC1BEAE02A1833d48
Octal3012762560212306315110
Binary11000001101111101010111001010101100011001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1BEAE; }

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

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

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

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

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

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

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

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