#CFB5BB

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

Shades of Pink Flare #CFB5BB

Tints of Pink Flare #CFB5BB

Color information

#CFB5BB (or 0xCFB5BB) is unknown color: approx Pink Flare. HEX triplet: CF, B5 and BB. RGB value is (207,181,187). Sum of RGB (Red+Green+Blue) = 207+181+187=575 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36% from 575); Green value is 181 (71.09% from 255 or 31.48% from 575); Blue value is 187 (73.44% from 255 or 32.52% from 575); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB5BB is #304A44. Grayscale: #BDBDBD. Windows color (decimal): -3164741 or 12301775. OLE color: 12301775.

HSL color Cylindrical-coordinate representation of color #CFB5BB: hue angle of 346.15º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CFB5BB is Cyan = 0, Magento = 0.13, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB207181187-
CMYK00.130.100.19
HSL346.15º21.31%76.08%-
HSV(B)346.15º12.56%81.18%-
XYZ51.2349.953.95-
YUV189.46126.61140.51-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36%
GREEN value IS 181 (71.09% from 255) = 31.48%
BLUE value IS 187 (73.44% from 255) = 32.52%
R=36%
G=31.48%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718118700.130.100.19346.1521.3176.08
HexCFB5BB0DA1315a154c
Octal317265273015122353225114
Binary11001111101101011011101101101101010011101011010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB5BB; }

 p { color: rgb(207,181,187); }

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

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

 a { background-color: rgb(207,181,187); }

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

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

 span { border-color: rgb(207,181,187); }

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