#C4BABC

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

Shades of Pink Flare #C4BABC

Tints of Pink Flare #C4BABC

Color information

#C4BABC (or 0xC4BABC) is unknown color: approx Pink Flare. HEX triplet: C4, BA and BC. RGB value is (196,186,188). Sum of RGB (Red+Green+Blue) = 196+186+188=570 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.39% from 570); Green value is 186 (73.05% from 255 or 32.63% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4BABC is #3B4543. Grayscale: #BDBDBD. Windows color (decimal): -3884356 or 12368580. OLE color: 12368580.

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

Color convert

RGB196186188-
CMYK00.050.040.23
HSL348º7.81%74.9%-
HSV(B)348º5.1%76.86%-
XYZ49.450.4854.72-
YUV189.22127.31132.84-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.39%
GREEN value IS 186 (73.05% from 255) = 32.63%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=34.39%
G=32.63%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19618618800.050.040.233487.8174.9
HexC4BABC0541715c84b
Octal3042722740542753410113
Binary11000100101110101011110001011001011110101110010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BABC; }

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

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

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

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

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

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

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

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