#C4BABA

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

Shades of Silver #C4BABA

Tints of Silver #C4BABA

Color information

#C4BABA (or 0xC4BABA) is unknown color: approx Silver. HEX triplet: C4, BA and BA. RGB value is (196,186,186). Sum of RGB (Red+Green+Blue) = 196+186+186=568 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.51% from 568); Green value is 186 (73.05% from 255 or 32.75% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BABA is #3B4545. Grayscale: #BDBDBD. Windows color (decimal): -3884358 or 12237508. OLE color: 12237508.

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

Color convert

RGB196186186-
CMYK00.050.050.23
HSL7.81%74.9%-
HSV(B)5.1%76.86%-
XYZ49.1950.453.59-
YUV188.99126.31133-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.51%
GREEN value IS 186 (73.05% from 255) = 32.75%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=34.51%
G=32.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618618600.050.050.2307.8174.9
HexC4BABA05517084b
Octal30427227205527010113
Binary110001001011101010111010010110110111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BABA; }

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

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

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

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

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

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

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

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