#C4BEAB

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

Shades of Grey Nickel #C4BEAB

Tints of Grey Nickel #C4BEAB

Color information

#C4BEAB (or 0xC4BEAB) is unknown color: approx Grey Nickel. HEX triplet: C4, BE and AB. RGB value is (196,190,171). Sum of RGB (Red+Green+Blue) = 196+190+171=557 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.19% from 557); Green value is 190 (74.61% from 255 or 34.11% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BEAB is #3B4154. Grayscale: #BDBDBD. Windows color (decimal): -3883349 or 11255492. OLE color: 11255492.

HSL color Cylindrical-coordinate representation of color #C4BEAB: hue angle of 45.6º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BEAB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB196190171-
CMYK00.030.130.23
HSL45.6º17.48%71.96%-
HSV(B)45.6º12.76%76.86%-
XYZ48.5351.545.91-
YUV189.63117.49132.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.19%
GREEN value IS 190 (74.61% from 255) = 34.11%
BLUE value IS 171 (67.19% from 255) = 30.70%
R=35.19%
G=34.11%
B=30.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19619017100.030.130.2345.617.4871.96
HexC4BEAB03D172e1148
Octal3042762530315275621110
Binary110001001011111010101011011110110111101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BEAB; }

 p { color: rgb(196,190,171); }

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

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

 a { background-color: rgb(196,190,171); }

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

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

 span { border-color: rgb(196,190,171); }

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