#C3BEAE

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

Shades of Grey Nickel #C3BEAE

Tints of Grey Nickel #C3BEAE

Color information

#C3BEAE (or 0xC3BEAE) is unknown color: approx Grey Nickel. HEX triplet: C3, BE and AE. RGB value is (195,190,174). Sum of RGB (Red+Green+Blue) = 195+190+174=559 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.88% from 559); Green value is 190 (74.61% from 255 or 33.99% from 559); Blue value is 174 (68.36% from 255 or 31.13% from 559); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BEAE is #3C4151. Grayscale: #BDBDBD. Windows color (decimal): -3948882 or 11452099. OLE color: 11452099.

HSL color Cylindrical-coordinate representation of color #C3BEAE: hue angle of 45.71º degrees, saturation: 0.15, 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 #C3BEAE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB195190174-
CMYK00.030.110.24
HSL45.71º14.89%72.35%-
HSV(B)45.71º10.77%76.47%-
XYZ48.5651.4947.42-
YUV189.67119.16131.8-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.88%
GREEN value IS 190 (74.61% from 255) = 33.99%
BLUE value IS 174 (68.36% from 255) = 31.13%
R=34.88%
G=33.99%
B=31.13%

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
Decimal19519017400.030.110.2445.7114.8972.35
HexC3BEAE03B182ef48
Octal3032762560313305617110
Binary11000011101111101010111001110111100010111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEAE; }

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

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

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

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

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

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

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

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