#C6BABA

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

Shades of Silver #C6BABA

Tints of Silver #C6BABA

Color information

#C6BABA (or 0xC6BABA) is unknown color: approx Silver. HEX triplet: C6, BA and BA. RGB value is (198,186,186). Sum of RGB (Red+Green+Blue) = 198+186+186=570 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.74% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 186 (73.05% from 255 or 32.63% from 570); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BABA is #394545. Grayscale: #BDBDBD. Windows color (decimal): -3753286 or 12237510. OLE color: 12237510.

HSL color Cylindrical-coordinate representation of color #C6BABA: hue angle of 0º degrees, saturation: 0.1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #C6BABA is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB198186186-
CMYK00.060.060.22
HSL9.52%75.29%-
HSV(B)6.06%77.65%-
XYZ49.7150.6753.61-
YUV189.59125.98134-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.74%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 186 (73.05% from 255) = 32.63%
R=34.74%
G=32.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818618600.060.060.2209.5275.29
HexC6BABA066160a4b
Octal30627227206626012113
Binary110001101011101010111010011011010110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BABA; }

 p { color: rgb(198,186,186); }

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

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

 a { background-color: rgb(198,186,186); }

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

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

 span { border-color: rgb(198,186,186); }

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