#C9B6BA

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

Shades of Pink Flare #C9B6BA

Tints of Pink Flare #C9B6BA

Color information

#C9B6BA (or 0xC9B6BA) is unknown color: approx Pink Flare. HEX triplet: C9, B6 and BA. RGB value is (201,182,186). Sum of RGB (Red+Green+Blue) = 201+182+186=569 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.33% from 569); Green value is 182 (71.48% from 255 or 31.99% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B6BA is #364945. Grayscale: #BCBCBC. Windows color (decimal): -3557702 or 12236489. OLE color: 12236489.

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

Color convert

RGB201182186-
CMYK00.090.070.21
HSL347.37º14.96%75.1%-
HSV(B)347.37º9.45%78.82%-
XYZ49.6849.4253.37-
YUV188.14126.79137.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.33%
GREEN value IS 182 (71.48% from 255) = 31.99%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=35.33%
G=31.99%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118218600.090.070.21347.3714.9675.1
HexC9B6BA0971515bf4b
Octal31126627201172553317113
Binary110010011011011010111010010011111010110101101111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B6BA; }

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

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

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

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

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

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

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

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