#CFACB9

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

Shades of Melanie #CFACB9

Tints of Melanie #CFACB9

Color information

#CFACB9 (or 0xCFACB9) is unknown color: approx Melanie. HEX triplet: CF, AC and B9. RGB value is (207,172,185). Sum of RGB (Red+Green+Blue) = 207+172+185=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 185 (72.66% from 255 or 32.80% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFACB9 is #305346. Grayscale: #B7B7B7. Windows color (decimal): -3167047 or 12168399. OLE color: 12168399.

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

Color convert

RGB207172185-
CMYK00.170.110.19
HSL337.71º26.72%74.31%-
HSV(B)337.71º16.91%81.18%-
XYZ49.2446.2752.24-
YUV183.95128.6144.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 172 (67.58% from 255) = 30.50%
BLUE value IS 185 (72.66% from 255) = 32.80%
R=36.70%
G=30.50%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.11
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717218500.170.110.19337.7126.7274.31
HexCFACB9011B131521b4a
Octal317254271021132352233112
Binary110011111010110010111001010001101110011101010010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFACB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFACB9; }

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

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

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

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

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

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

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

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