#C9BABD

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

Shades of Pink Flare #C9BABD

Tints of Pink Flare #C9BABD

Color information

#C9BABD (or 0xC9BABD) is unknown color: approx Pink Flare. HEX triplet: C9, BA and BD. RGB value is (201,186,189). Sum of RGB (Red+Green+Blue) = 201+186+189=576 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.90% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BABD is #364542. Grayscale: #BEBEBE. Windows color (decimal): -3556675 or 12434121. OLE color: 12434121.

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

Color convert

RGB201186189-
CMYK00.070.060.21
HSL348º12.2%75.88%-
HSV(B)348º7.46%78.82%-
XYZ50.8351.2155.35-
YUV190.83126.97135.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.90%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=34.90%
G=32.29%
B=32.81%

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
Decimal20118618900.070.060.2134812.275.88
HexC9BABD0761515cc4c
Octal3112722750762553414114
Binary11001001101110101011110101111101010110101110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BABD; }

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

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

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

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

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

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

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

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