#C0BDAC

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

Shades of Grey Nickel #C0BDAC

Tints of Grey Nickel #C0BDAC

Color information

#C0BDAC (or 0xC0BDAC) is unknown color: approx Grey Nickel. HEX triplet: C0, BD and AC. RGB value is (192,189,172). Sum of RGB (Red+Green+Blue) = 192+189+172=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 189 (74.22% from 255 or 34.18% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BDAC is #3F4253. Grayscale: #BCBCBC. Windows color (decimal): -4145748 or 11320768. OLE color: 11320768.

HSL color Cylindrical-coordinate representation of color #C0BDAC: hue angle of 51º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C0BDAC is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192189172-
CMYK00.020.100.25
HSL51º13.7%71.37%-
HSV(B)51º10.42%75.29%-
XYZ47.3850.5846.3-
YUV187.96118.99130.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 189 (74.22% from 255) = 34.18%
BLUE value IS 172 (67.58% from 255) = 31.10%
R=34.72%
G=34.18%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218917200.020.100.255113.771.37
HexC0BDAC02A1933e47
Octal3002752540212316316107
Binary11000000101111011010110001010101100111001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDAC; }

 p { color: rgb(192,189,172); }

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

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

 a { background-color: rgb(192,189,172); }

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

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

 span { border-color: rgb(192,189,172); }

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