#C3BEAD

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

Shades of Grey Nickel #C3BEAD

Tints of Grey Nickel #C3BEAD

Color information

#C3BEAD (or 0xC3BEAD) is unknown color: approx Grey Nickel. HEX triplet: C3, BE and AD. RGB value is (195,190,173). Sum of RGB (Red+Green+Blue) = 195+190+173=558 (73% of max value = 765). Red value is 195 (76.56% from 255 or 34.95% from 558); Green value is 190 (74.61% from 255 or 34.05% from 558); Blue value is 173 (67.97% from 255 or 31.00% from 558); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BEAD is #3C4152. Grayscale: #BDBDBD. Windows color (decimal): -3948883 or 11386563. OLE color: 11386563.

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

Color convert

RGB195190173-
CMYK00.030.110.24
HSL46.36º15.49%72.16%-
HSV(B)46.36º11.28%76.47%-
XYZ48.4651.4546.91-
YUV189.56118.66131.88-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 34.95%
GREEN value IS 190 (74.61% from 255) = 34.05%
BLUE value IS 173 (67.97% from 255) = 31.00%
R=34.95%
G=34.05%
B=31.00%

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
Decimal19519017300.030.110.2446.3615.4972.16
HexC3BEAD03B182ef48
Octal3032762550313305617110
Binary11000011101111101010110101110111100010111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEAD; }

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

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

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

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

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

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

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

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