#C3BEAB

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

Shades of Grey Nickel #C3BEAB

Tints of Grey Nickel #C3BEAB

Color information

#C3BEAB (or 0xC3BEAB) is unknown color: approx Grey Nickel. HEX triplet: C3, BE and AB. RGB value is (195,190,171). Sum of RGB (Red+Green+Blue) = 195+190+171=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 190 (74.61% from 255 or 34.17% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BEAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BEAB is #3C4154. Grayscale: #BDBDBD. Windows color (decimal): -3948885 or 11255491. OLE color: 11255491.

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

Color convert

RGB195190171-
CMYK00.030.120.24
HSL47.5º16.67%71.76%-
HSV(B)47.5º12.31%76.47%-
XYZ48.2751.3745.9-
YUV189.33117.66132.04-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.07%
GREEN value IS 190 (74.61% from 255) = 34.17%
BLUE value IS 171 (67.19% from 255) = 30.76%
R=35.07%
G=34.17%
B=30.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19519017100.030.120.2447.516.6771.76
HexC3BEAB03C18301148
Octal3032762530314306021110
Binary110000111011111010101011011110011000110000100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BEAB; }

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

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

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

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

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

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

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

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