#CFB9BA

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

Shades of Pink Flare #CFB9BA

Tints of Pink Flare #CFB9BA

Color information

#CFB9BA (or 0xCFB9BA) is unknown color: approx Pink Flare. HEX triplet: CF, B9 and BA. RGB value is (207,185,186). Sum of RGB (Red+Green+Blue) = 207+185+186=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9BA is #304645. Grayscale: #BFBFBF. Windows color (decimal): -3163718 or 12237263. OLE color: 12237263.

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

Color convert

RGB207185186-
CMYK00.110.100.19
HSL357.27º18.64%76.86%-
HSV(B)357.27º10.63%81.18%-
XYZ51.9451.5153.66-
YUV191.69124.79138.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 186 (73.05% from 255) = 32.18%
R=35.81%
G=32.01%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718518600.110.100.19357.2718.6476.86
HexCFB9BA0BA13165134d
Octal317271272013122354523115
Binary11001111101110011011101001011101010011101100101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9BA; }

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

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

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

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

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

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

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

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