#C9BBBD

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

Shades of Pink Flare #C9BBBD

Tints of Pink Flare #C9BBBD

Color information

#C9BBBD (or 0xC9BBBD) is unknown color: approx Pink Flare. HEX triplet: C9, BB and BD. RGB value is (201,187,189). Sum of RGB (Red+Green+Blue) = 201+187+189=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 187 (73.44% from 255 or 32.41% from 577); Blue value is 189 (74.22% from 255 or 32.76% from 577); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BBBD is #364442. Grayscale: #BFBFBF. Windows color (decimal): -3556419 or 12434377. OLE color: 12434377.

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

Color convert

RGB201187189-
CMYK00.070.060.21
HSL351.43º11.48%76.08%-
HSV(B)351.43º6.97%78.82%-
XYZ51.0451.6355.42-
YUV191.41126.64134.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.84%
GREEN value IS 187 (73.44% from 255) = 32.41%
BLUE value IS 189 (74.22% from 255) = 32.76%
R=34.84%
G=32.41%
B=32.76%

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
Decimal20118718900.070.060.21351.4311.4876.08
HexC9BBBD0761515fb4c
Octal3112732750762553713114
Binary11001001101110111011110101111101010110101111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BBBD; }

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

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

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

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

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

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

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

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