#CFB9BC

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

Shades of Pink Flare #CFB9BC

Tints of Pink Flare #CFB9BC

Color information

#CFB9BC (or 0xCFB9BC) is unknown color: approx Pink Flare. HEX triplet: CF, B9 and BC. RGB value is (207,185,188). Sum of RGB (Red+Green+Blue) = 207+185+188=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 185 (72.66% from 255 or 31.90% from 580); Blue value is 188 (73.83% from 255 or 32.41% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9BC is #304643. Grayscale: #BFBFBF. Windows color (decimal): -3163716 or 12368335. OLE color: 12368335.

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

Color convert

RGB207185188-
CMYK00.110.090.19
HSL351.82º18.64%76.86%-
HSV(B)351.82º10.63%81.18%-
XYZ52.1651.5954.79-
YUV191.92125.79138.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 185 (72.66% from 255) = 31.90%
BLUE value IS 188 (73.83% from 255) = 32.41%
R=35.69%
G=31.90%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718518800.110.090.19351.8218.6476.86
HexCFB9BC0B913160134d
Octal317271274013112354023115
Binary11001111101110011011110001011100110011101100000100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9BC; }

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

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

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

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

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

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

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

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