#C6BABD

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

Shades of Pink Flare #C6BABD

Tints of Pink Flare #C6BABD

Color information

#C6BABD (or 0xC6BABD) is unknown color: approx Pink Flare. HEX triplet: C6, BA and BD. RGB value is (198,186,189). Sum of RGB (Red+Green+Blue) = 198+186+189=573 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.55% from 573); Green value is 186 (73.05% from 255 or 32.46% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 198 - color contains mainly: red. Hex color #C6BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6BABD is #394542. Grayscale: #BDBDBD. Windows color (decimal): -3753283 or 12434118. OLE color: 12434118.

HSL color Cylindrical-coordinate representation of color #C6BABD: hue angle of 345º 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 #C6BABD is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB198186189-
CMYK00.060.050.22
HSL345º9.52%75.29%-
HSV(B)345º6.06%77.65%-
XYZ50.0350.855.31-
YUV189.93127.48133.76-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.55%
GREEN value IS 186 (73.05% from 255) = 32.46%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=34.55%
G=32.46%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19818618900.060.050.223459.5275.29
HexC6BABD06516159a4b
Octal3062722750652653112113
Binary11000110101110101011110101101011011010101100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6BABD; }

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

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

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

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

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

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

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

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