#C9B9BA

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

Shades of Pink Flare #C9B9BA

Tints of Pink Flare #C9B9BA

Color information

#C9B9BA (or 0xC9B9BA) is unknown color: approx Pink Flare. HEX triplet: C9, B9 and BA. RGB value is (201,185,186). Sum of RGB (Red+Green+Blue) = 201+185+186=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 185 (72.66% from 255 or 32.34% from 572); Blue value is 186 (73.05% from 255 or 32.52% from 572); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9B9BA is #364645. Grayscale: #BDBDBD. Windows color (decimal): -3556934 or 12237257. OLE color: 12237257.

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

Color convert

RGB201185186-
CMYK00.080.070.21
HSL356.25º12.9%75.69%-
HSV(B)356.25º7.96%78.82%-
XYZ50.350.6653.58-
YUV189.9125.8135.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 35.14%
GREEN value IS 185 (72.66% from 255) = 32.34%
BLUE value IS 186 (73.05% from 255) = 32.52%
R=35.14%
G=32.34%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118518600.080.070.21356.2512.975.69
HexC9B9BA08715164d4c
Octal31127127201072554415114
Binary110010011011100110111010010001111010110110010011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B9BA; }

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

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

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

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

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

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

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

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