#CCB0BA

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

Shades of Melanie #CCB0BA

Tints of Melanie #CCB0BA

Color information

#CCB0BA (or 0xCCB0BA) is unknown color: approx Melanie. HEX triplet: CC, B0 and BA. RGB value is (204,176,186). Sum of RGB (Red+Green+Blue) = 204+176+186=566 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.04% from 566); Green value is 176 (69.14% from 255 or 31.10% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0BA is #334F45. Grayscale: #B9B9B9. Windows color (decimal): -3362630 or 12234956. OLE color: 12234956.

HSL color Cylindrical-coordinate representation of color #CCB0BA: hue angle of 338.57º 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 #CCB0BA is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.2.

Color convert

RGB204176186-
CMYK00.140.090.2
HSL338.57º21.54%74.51%-
HSV(B)338.57º13.73%80%-
XYZ49.2947.4353.01-
YUV185.51128.28141.19-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.04%
GREEN value IS 176 (69.14% from 255) = 31.10%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=36.04%
G=31.10%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417618600.140.090.2338.5721.5474.51
HexCCB0BA0E914153164b
Octal314260272016112452326113
Binary11001100101100001011101001110100110100101010011101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0BA; }

 p { color: rgb(204,176,186); }

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

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

 a { background-color: rgb(204,176,186); }

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

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

 span { border-color: rgb(204,176,186); }

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