#CFB0BB

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

Shades of Melanie #CFB0BB

Tints of Melanie #CFB0BB

Color information

#CFB0BB (or 0xCFB0BB) is unknown color: approx Melanie. HEX triplet: CF, B0 and BB. RGB value is (207,176,187). Sum of RGB (Red+Green+Blue) = 207+176+187=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB0BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB0BB is #304F44. Grayscale: #BABABA. Windows color (decimal): -3166021 or 12300495. OLE color: 12300495.

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

Color convert

RGB207176187-
CMYK00.150.100.19
HSL338.71º24.41%75.1%-
HSV(B)338.71º14.98%81.18%-
XYZ50.2347.953.61-
YUV186.52128.27142.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.32%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=36.32%
G=30.88%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717618700.150.100.19338.7124.4175.1
HexCFB0BB0FA13153184b
Octal317260273017122352330113
Binary11001111101100001011101101111101010011101010011110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB0BB; }

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

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

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

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

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

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

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

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