#CFABB9

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

Shades of Melanie #CFABB9

Tints of Melanie #CFABB9

Color information

#CFABB9 (or 0xCFABB9) is unknown color: approx Melanie. HEX triplet: CF, AB and B9. RGB value is (207,171,185). Sum of RGB (Red+Green+Blue) = 207+171+185=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 185 (72.66% from 255 or 32.86% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFABB9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFABB9 is #305446. Grayscale: #B7B7B7. Windows color (decimal): -3167303 or 12168143. OLE color: 12168143.

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

Color convert

RGB207171185-
CMYK00.170.110.19
HSL336.67º27.27%74.12%-
HSV(B)336.67º17.39%81.18%-
XYZ49.0545.8952.17-
YUV183.36128.93144.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 171 (67.19% from 255) = 30.37%
BLUE value IS 185 (72.66% from 255) = 32.86%
R=36.77%
G=30.37%
B=32.86%

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
Decimal20717118500.170.110.19336.6727.2774.12
HexCFABB9011B131511b4a
Octal317253271021132352133112
Binary110011111010101110111001010001101110011101010001110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFABB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFABB9; }

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

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

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

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

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

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

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

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