#CFBEC0

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

Shades of Pink Flare #CFBEC0

Tints of Pink Flare #CFBEC0

Color information

#CFBEC0 (or 0xCFBEC0) is unknown color: approx Pink Flare. HEX triplet: CF, BE and C0. RGB value is (207,190,192). Sum of RGB (Red+Green+Blue) = 207+190+192=589 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.14% from 589); Green value is 190 (74.61% from 255 or 32.26% from 589); Blue value is 192 (75.39% from 255 or 32.60% from 589); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEC0 is #30413F. Grayscale: #C3C3C3. Windows color (decimal): -3162432 or 12631759. OLE color: 12631759.

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

Color convert

RGB207190192-
CMYK00.080.070.19
HSL352.94º15.04%77.84%-
HSV(B)352.94º8.21%81.18%-
XYZ53.6653.957.44-
YUV195.31126.13136.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.14%
GREEN value IS 190 (74.61% from 255) = 32.26%
BLUE value IS 192 (75.39% from 255) = 32.60%
R=35.14%
G=32.26%
B=32.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719019200.080.070.19352.9415.0477.84
HexCFBEC008713161f4e
Octal31727630001072354117116
Binary110011111011111011000000010001111001110110000111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBEC0; }

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

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

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

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

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

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

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

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