#CFB4BA

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

Shades of Pink Flare #CFB4BA

Tints of Pink Flare #CFB4BA

Color information

#CFB4BA (or 0xCFB4BA) is unknown color: approx Pink Flare. HEX triplet: CF, B4 and BA. RGB value is (207,180,186). Sum of RGB (Red+Green+Blue) = 207+180+186=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 186 (73.05% from 255 or 32.46% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4BA is #304B45. Grayscale: #BCBCBC. Windows color (decimal): -3164998 or 12235983. OLE color: 12235983.

HSL color Cylindrical-coordinate representation of color #CFB4BA: hue angle of 346.67º degrees, saturation: 0.22, 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 #CFB4BA is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207180186-
CMYK00.130.100.19
HSL346.67º21.95%75.88%-
HSV(B)346.67º13.04%81.18%-
XYZ50.9249.4553.32-
YUV188.76126.45141.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.13%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 186 (73.05% from 255) = 32.46%
R=36.13%
G=31.41%
B=32.46%

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
Decimal20718018600.130.100.19346.6721.9575.88
HexCFB4BA0DA1315b164c
Octal317264272015122353326114
Binary11001111101101001011101001101101010011101011011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4BA; }

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

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

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

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

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

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

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

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