#C7BABA

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

Shades of Silver #C7BABA

Tints of Silver #C7BABA

Color information

#C7BABA (or 0xC7BABA) is unknown color: approx Silver. HEX triplet: C7, BA and BA. RGB value is (199,186,186). Sum of RGB (Red+Green+Blue) = 199+186+186=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 186 (73.05% from 255 or 32.57% from 571); Blue value is 186 (73.05% from 255 or 32.57% from 571); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7BABA is #384545. Grayscale: #BDBDBD. Windows color (decimal): -3687750 or 12237511. OLE color: 12237511.

HSL color Cylindrical-coordinate representation of color #C7BABA: 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.07%. Process color model (Four color, CMYK) of #C7BABA is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199186186-
CMYK00.070.070.22
HSL10.4%75.49%-
HSV(B)6.53%78.04%-
XYZ49.9850.8153.63-
YUV189.89125.81134.5-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 34.85%
GREEN value IS 186 (73.05% from 255) = 32.57%
BLUE value IS 186 (73.05% from 255) = 32.57%
R=34.85%
G=32.57%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19918618600.070.070.22010.475.49
HexC7BABA077160a4b
Octal30727227207726012113
Binary110001111011101010111010011111110110010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7BABA; }

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

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

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

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

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

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

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

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