#CFBDBE

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

Shades of Pink Flare #CFBDBE

Tints of Pink Flare #CFBDBE

Color information

#CFBDBE (or 0xCFBDBE) is unknown color: approx Pink Flare. HEX triplet: CF, BD and BE. RGB value is (207,189,190). Sum of RGB (Red+Green+Blue) = 207+189+190=586 (77% of max value = 765). Red value is 207 (81.25% from 255 or 35.32% from 586); Green value is 189 (74.22% from 255 or 32.25% from 586); Blue value is 190 (74.61% from 255 or 32.42% from 586); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDBE is #304241. Grayscale: #C2C2C2. Windows color (decimal): -3162690 or 12500431. OLE color: 12500431.

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

Color convert

RGB207189190-
CMYK00.090.080.19
HSL356.67º15.79%77.65%-
HSV(B)356.67º8.7%81.18%-
XYZ53.2253.3856.21-
YUV194.5125.46136.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.32%
GREEN value IS 189 (74.22% from 255) = 32.25%
BLUE value IS 190 (74.61% from 255) = 32.42%
R=35.32%
G=32.25%
B=32.42%

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
Decimal20718919000.090.080.19356.6715.7977.65
HexCFBDBE09813165104e
Octal317275276011102354520116
Binary11001111101111011011111001001100010011101100101100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBDBE; }

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

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

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

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

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

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

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

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