#C9BDBF

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

Shades of Pink Flare #C9BDBF

Tints of Pink Flare #C9BDBF

Color information

#C9BDBF (or 0xC9BDBF) is unknown color: approx Pink Flare. HEX triplet: C9, BD and BF. RGB value is (201,189,191). Sum of RGB (Red+Green+Blue) = 201+189+191=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 189 (74.22% from 255 or 32.53% from 581); Blue value is 191 (75% from 255 or 32.87% from 581); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C9BDBF is #364240. Grayscale: #C0C0C0. Windows color (decimal): -3555905 or 12565961. OLE color: 12565961.

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

Color convert

RGB201189191-
CMYK00.060.050.21
HSL350º10%76.47%-
HSV(B)350º5.97%78.82%-
XYZ51.6952.5756.71-
YUV192.82126.98133.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 34.60%
GREEN value IS 189 (74.22% from 255) = 32.53%
BLUE value IS 191 (75% from 255) = 32.87%
R=34.60%
G=32.53%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118919100.060.050.213501076.47
HexC9BDBF0651515ea4c
Octal3112752770652553612114
Binary11001001101111011011111101101011010110101111010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9BDBF; }

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

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

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

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

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

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

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

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