#CFB4B9

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

Shades of Pink Flare #CFB4B9

Tints of Pink Flare #CFB4B9

Color information

#CFB4B9 (or 0xCFB4B9) is unknown color: approx Pink Flare. HEX triplet: CF, B4 and B9. RGB value is (207,180,185). Sum of RGB (Red+Green+Blue) = 207+180+185=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 185 (72.66% from 255 or 32.34% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4B9 is #304B46. Grayscale: #BCBCBC. Windows color (decimal): -3164999 or 12170447. OLE color: 12170447.

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

Color convert

RGB207180185-
CMYK00.130.110.19
HSL348.89º21.95%75.88%-
HSV(B)348.89º13.04%81.18%-
XYZ50.8149.4152.76-
YUV188.64125.95141.09-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.19%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 185 (72.66% from 255) = 32.34%
R=36.19%
G=31.47%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718018500.130.110.19348.8921.9575.88
HexCFB4B90DB1315d164c
Octal317264271015132353526114
Binary11001111101101001011100101101101110011101011101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB4B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB4B9; }

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

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

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

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

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

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

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

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