#CCB1BA

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

Shades of Melanie #CCB1BA

Tints of Melanie #CCB1BA

Color information

#CCB1BA (or 0xCCB1BA) is unknown color: approx Melanie. HEX triplet: CC, B1 and BA. RGB value is (204,177,186). Sum of RGB (Red+Green+Blue) = 204+177+186=567 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.98% from 567); Green value is 177 (69.53% from 255 or 31.22% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1BA is #334E45. Grayscale: #BABABA. Windows color (decimal): -3362374 or 12235212. OLE color: 12235212.

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

Color convert

RGB204177186-
CMYK00.130.090.2
HSL340º20.93%74.71%-
HSV(B)340º13.24%80%-
XYZ49.4947.8353.08-
YUV186.1127.95140.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.98%
GREEN value IS 177 (69.53% from 255) = 31.22%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=35.98%
G=31.22%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417718600.130.090.234020.9374.71
HexCCB1BA0D914154154b
Octal314261272015112452425113
Binary11001100101100011011101001101100110100101010100101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1BA; }

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

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

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

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

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

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

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

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