#C9BABC

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

Shades of Pink Flare #C9BABC

Tints of Pink Flare #C9BABC

Color information

#C9BABC (or 0xC9BABC) is unknown color: approx Pink Flare. HEX triplet: C9, BA and BC. RGB value is (201,186,188). Sum of RGB (Red+Green+Blue) = 201+186+188=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 186 (73.05% from 255 or 32.35% from 575); Blue value is 188 (73.83% from 255 or 32.70% from 575); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABC is #364543. Grayscale: #BEBEBE. Windows color (decimal): -3556676 or 12368585. OLE color: 12368585.

HSL color Cylindrical-coordinate representation of color #C9BABC: hue angle of 352º degrees, saturation: 0.12, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #C9BABC is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB201186188-
CMYK00.070.060.21
HSL352º12.2%75.88%-
HSV(B)352º7.46%78.82%-
XYZ50.7251.1754.78-
YUV190.71126.47135.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.96%
GREEN value IS 186 (73.05% from 255) = 32.35%
BLUE value IS 188 (73.83% from 255) = 32.70%
R=34.96%
G=32.35%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118618800.070.060.2135212.275.88
HexC9BABC07615160c4c
Octal3112722740762554014114
Binary11001001101110101011110001111101010110110000011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BABC; }

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

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

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

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

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

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

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

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