#CFBEBF

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

Shades of Pink Flare #CFBEBF

Tints of Pink Flare #CFBEBF

Color information

#CFBEBF (or 0xCFBEBF) is unknown color: approx Pink Flare. HEX triplet: CF, BE and BF. RGB value is (207,190,191). Sum of RGB (Red+Green+Blue) = 207+190+191=588 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.20% from 588); Green value is 190 (74.61% from 255 or 32.31% from 588); Blue value is 191 (75% from 255 or 32.48% from 588); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEBF is #304140. Grayscale: #C3C3C3. Windows color (decimal): -3162433 or 12566223. OLE color: 12566223.

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

Color convert

RGB207190191-
CMYK00.080.080.19
HSL356.47º15.04%77.84%-
HSV(B)356.47º8.21%81.18%-
XYZ53.5553.8556.86-
YUV195.2125.63136.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.20%
GREEN value IS 190 (74.61% from 255) = 32.31%
BLUE value IS 191 (75% from 255) = 32.48%
R=35.20%
G=32.31%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719019100.080.080.19356.4715.0477.84
HexCFBEBF08813164f4e
Octal317276277010102354417116
Binary1100111110111110101111110100010001001110110010011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEBF; }

 p { color: rgb(207,190,191); }

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

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

 a { background-color: rgb(207,190,191); }

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

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

 span { border-color: rgb(207,190,191); }

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