#C0BCAF

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

Shades of Grey Nickel #C0BCAF

Tints of Grey Nickel #C0BCAF

Color information

#C0BCAF (or 0xC0BCAF) is unknown color: approx Grey Nickel. HEX triplet: C0, BC and AF. RGB value is (192,188,175). Sum of RGB (Red+Green+Blue) = 192+188+175=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BCAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BCAF is #3F4350. Grayscale: #BBBBBB. Windows color (decimal): -4146001 or 11517120. OLE color: 11517120.

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

Color convert

RGB192188175-
CMYK00.020.090.25
HSL45.88º11.89%71.96%-
HSV(B)45.88º8.85%75.29%-
XYZ47.4650.2747.76-
YUV187.71120.83131.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 34.59%
GREEN value IS 188 (73.83% from 255) = 33.87%
BLUE value IS 175 (68.75% from 255) = 31.53%
R=34.59%
G=33.87%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19218817500.020.090.2545.8811.8971.96
HexC0BCAF029192ec48
Octal3002742570211315614110
Binary11000000101111001010111101010011100110111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0BCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0BCAF; }

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

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

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

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

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

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

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

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