#C0BCAD

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

Shades of Grey Nickel #C0BCAD

Tints of Grey Nickel #C0BCAD

Color information

#C0BCAD (or 0xC0BCAD) is unknown color: approx Grey Nickel. HEX triplet: C0, BC and AD. RGB value is (192,188,173). Sum of RGB (Red+Green+Blue) = 192+188+173=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 173 (67.97% from 255 or 31.28% from 553); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCAD is #3F4352. Grayscale: #BBBBBB. Windows color (decimal): -4146003 or 11386048. OLE color: 11386048.

HSL color Cylindrical-coordinate representation of color #C0BCAD: hue angle of 47.37º 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 #C0BCAD is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB192188173-
CMYK00.020.100.25
HSL47.37º13.1%71.57%-
HSV(B)47.37º9.9%75.29%-
XYZ47.2650.1946.73-
YUV187.49119.83131.22-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.72%
GREEN value IS 188 (73.83% from 255) = 34.00%
BLUE value IS 173 (67.97% from 255) = 31.28%
R=34.72%
G=34.00%
B=31.28%

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
Decimal19218817300.020.100.2547.3713.171.57
HexC0BCAD02A192fd48
Octal3002742550212315715110
Binary11000000101111001010110101010101100110111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCAD; }

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

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

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

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

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

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

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

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