#C5BFAB

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

Shades of Grey Nickel #C5BFAB

Tints of Grey Nickel #C5BFAB

Color information

#C5BFAB (or 0xC5BFAB) is unknown color: approx Grey Nickel. HEX triplet: C5, BF and AB. RGB value is (197,191,171). Sum of RGB (Red+Green+Blue) = 197+191+171=559 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.24% from 559); Green value is 191 (75% from 255 or 34.17% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5BFAB is #3A4054. Grayscale: #BEBEBE. Windows color (decimal): -3817557 or 11255749. OLE color: 11255749.

HSL color Cylindrical-coordinate representation of color #C5BFAB: hue angle of 46.15º degrees, saturation: 0.18, 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 #C5BFAB is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB197191171-
CMYK00.030.130.23
HSL46.15º18.31%72.16%-
HSV(B)46.15º13.2%77.25%-
XYZ49.0152.0746-
YUV190.51116.99132.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.24%
GREEN value IS 191 (75% from 255) = 34.17%
BLUE value IS 171 (67.19% from 255) = 30.59%
R=35.24%
G=34.17%
B=30.59%

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
Decimal19719117100.030.130.2346.1518.3172.16
HexC5BFAB03D172e1248
Octal3052772530315275622110
Binary110001011011111110101011011110110111101110100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BFAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BFAB; }

 p { color: rgb(197,191,171); }

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

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

 a { background-color: rgb(197,191,171); }

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

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

 span { border-color: rgb(197,191,171); }

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