#CDB1BA

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

Shades of Melanie #CDB1BA

Tints of Melanie #CDB1BA

Color information

#CDB1BA (or 0xCDB1BA) is unknown color: approx Melanie. HEX triplet: CD, B1 and BA. RGB value is (205,177,186). Sum of RGB (Red+Green+Blue) = 205+177+186=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDB1BA is #324E45. Grayscale: #BABABA. Windows color (decimal): -3296838 or 12235213. OLE color: 12235213.

HSL color Cylindrical-coordinate representation of color #CDB1BA: hue angle of 340.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CDB1BA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB205177186-
CMYK00.140.090.20
HSL340.71º21.88%74.9%-
HSV(B)340.71º13.66%80.39%-
XYZ49.7647.9753.09-
YUV186.4127.78141.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=36.09%
G=31.16%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20517718600.140.090.20340.7121.8874.9
HexCDB1BA0E914155164b
Octal315261272016112452526113
Binary11001101101100011011101001110100110100101010101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDB1BA; }

 p { color: rgb(205,177,186); }

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

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

 a { background-color: rgb(205,177,186); }

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

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

 span { border-color: rgb(205,177,186); }

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