#CFB8BC

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

Shades of Pink Flare #CFB8BC

Tints of Pink Flare #CFB8BC

Color information

#CFB8BC (or 0xCFB8BC) is unknown color: approx Pink Flare. HEX triplet: CF, B8 and BC. RGB value is (207,184,188). Sum of RGB (Red+Green+Blue) = 207+184+188=579 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.75% from 579); Green value is 184 (72.27% from 255 or 31.78% from 579); Blue value is 188 (73.83% from 255 or 32.47% from 579); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8BC is #304743. Grayscale: #BFBFBF. Windows color (decimal): -3163972 or 12368079. OLE color: 12368079.

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

Color convert

RGB207184188-
CMYK00.110.090.19
HSL349.57º19.33%76.67%-
HSV(B)349.57º11.11%81.18%-
XYZ51.9551.1854.72-
YUV191.33126.12139.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.75%
GREEN value IS 184 (72.27% from 255) = 31.78%
BLUE value IS 188 (73.83% from 255) = 32.47%
R=35.75%
G=31.78%
B=32.47%

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
Decimal20718418800.110.090.19349.5719.3376.67
HexCFB8BC0B91315e134d
Octal317270274013112353623115
Binary11001111101110001011110001011100110011101011110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB8BC; }

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

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

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

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

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

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

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

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