#C0BDAD

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

Shades of Grey Nickel #C0BDAD

Tints of Grey Nickel #C0BDAD

Color information

#C0BDAD (or 0xC0BDAD) is unknown color: approx Grey Nickel. HEX triplet: C0, BD and AD. RGB value is (192,189,173). Sum of RGB (Red+Green+Blue) = 192+189+173=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 173 (67.97% from 255 or 31.23% from 554); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BDAD is #3F4252. Grayscale: #BCBCBC. Windows color (decimal): -4145747 or 11386304. OLE color: 11386304.

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

Color convert

RGB192189173-
CMYK00.020.100.25
HSL50.53º13.1%71.57%-
HSV(B)50.53º9.9%75.29%-
XYZ47.4850.6246.8-
YUV188.07119.49130.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.66%
GREEN value IS 189 (74.22% from 255) = 34.12%
BLUE value IS 173 (67.97% from 255) = 31.23%
R=34.66%
G=34.12%
B=31.23%

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
Decimal19218917300.020.100.2550.5313.171.57
HexC0BDAD02A1933d48
Octal3002752550212316315110
Binary11000000101111011010110101010101100111001111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BDAD; }

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

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

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

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

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

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

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

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