#CFB9BD

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

Shades of Pink Flare #CFB9BD

Tints of Pink Flare #CFB9BD

Color information

#CFB9BD (or 0xCFB9BD) is unknown color: approx Pink Flare. HEX triplet: CF, B9 and BD. RGB value is (207,185,189). Sum of RGB (Red+Green+Blue) = 207+185+189=581 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.63% from 581); Green value is 185 (72.66% from 255 or 31.84% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9BD is #304642. Grayscale: #C0C0C0. Windows color (decimal): -3163715 or 12433871. OLE color: 12433871.

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

Color convert

RGB207185189-
CMYK00.110.090.19
HSL349.09º18.64%76.86%-
HSV(B)349.09º10.63%81.18%-
XYZ52.2751.6455.36-
YUV192.03126.29138.67-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.63%
GREEN value IS 185 (72.66% from 255) = 31.84%
BLUE value IS 189 (74.22% from 255) = 32.53%
R=35.63%
G=31.84%
B=32.53%

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
Decimal20718518900.110.090.19349.0918.6476.86
HexCFB9BD0B91315d134d
Octal317271275013112353523115
Binary11001111101110011011110101011100110011101011101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB9BD; }

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

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

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

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

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

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

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

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