#CFBCBE

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

Shades of Pink Flare #CFBCBE

Tints of Pink Flare #CFBCBE

Color information

#CFBCBE (or 0xCFBCBE) is unknown color: approx Pink Flare. HEX triplet: CF, BC and BE. RGB value is (207,188,190). Sum of RGB (Red+Green+Blue) = 207+188+190=585 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.38% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 190 (74.61% from 255 or 32.48% from 585); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCBE is #304341. Grayscale: #C1C1C1. Windows color (decimal): -3162946 or 12500175. OLE color: 12500175.

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

Color convert

RGB207188190-
CMYK00.090.080.19
HSL353.68º16.52%77.45%-
HSV(B)353.68º9.18%81.18%-
XYZ53.0152.9556.14-
YUV193.91125.79137.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.38%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 190 (74.61% from 255) = 32.48%
R=35.38%
G=32.14%
B=32.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718819000.090.080.19353.6816.5277.45
HexCFBCBE09813162114d
Octal317274276011102354221115
Binary11001111101111001011111001001100010011101100010100011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBCBE; }

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

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

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

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

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

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

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

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