#CFB5BA

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

Shades of Pink Flare #CFB5BA

Tints of Pink Flare #CFB5BA

Color information

#CFB5BA (or 0xCFB5BA) is unknown color: approx Pink Flare. HEX triplet: CF, B5 and BA. RGB value is (207,181,186). Sum of RGB (Red+Green+Blue) = 207+181+186=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 186 (73.05% from 255 or 32.40% from 574); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5BA is #304A45. Grayscale: #BDBDBD. Windows color (decimal): -3164742 or 12236239. OLE color: 12236239.

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

Color convert

RGB207181186-
CMYK00.130.100.19
HSL348.46º21.31%76.08%-
HSV(B)348.46º12.56%81.18%-
XYZ51.1249.8653.38-
YUV189.34126.11140.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.06%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 186 (73.05% from 255) = 32.40%
R=36.06%
G=31.53%
B=32.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718118600.130.100.19348.4621.3176.08
HexCFB5BA0DA1315c154c
Octal317265272015122353425114
Binary11001111101101011011101001101101010011101011100101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5BA; }

 p { color: rgb(207,181,186); }

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

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

 a { background-color: rgb(207,181,186); }

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

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

 span { border-color: rgb(207,181,186); }

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