#C3BDAA

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

Shades of Grey Nickel #C3BDAA

Tints of Grey Nickel #C3BDAA

Color information

#C3BDAA (or 0xC3BDAA) is unknown color: approx Grey Nickel. HEX triplet: C3, BD and AA. RGB value is (195,189,170). Sum of RGB (Red+Green+Blue) = 195+189+170=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDAA is #3C4255. Grayscale: #BCBCBC. Windows color (decimal): -3949142 or 11189699. OLE color: 11189699.

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

Color convert

RGB195189170-
CMYK00.030.130.24
HSL45.6º17.24%71.57%-
HSV(B)45.6º12.82%76.47%-
XYZ47.9650.945.33-
YUV188.63117.49132.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.20%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 170 (66.80% from 255) = 30.69%
R=35.20%
G=34.12%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19518917000.030.130.2445.617.2471.57
HexC3BDAA03D182e1148
Octal3032752520315305621110
Binary110000111011110110101010011110111000101110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3BDAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3BDAA; }

 p { color: rgb(195,189,170); }

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

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

 a { background-color: rgb(195,189,170); }

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

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

 span { border-color: rgb(195,189,170); }

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