#CCB1BB

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

Shades of Melanie #CCB1BB

Tints of Melanie #CCB1BB

Color information

#CCB1BB (or 0xCCB1BB) is unknown color: approx Melanie. HEX triplet: CC, B1 and BB. RGB value is (204,177,187). Sum of RGB (Red+Green+Blue) = 204+177+187=568 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.92% from 568); Green value is 177 (69.53% from 255 or 31.16% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB1BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB1BB is #334E44. Grayscale: #BABABA. Windows color (decimal): -3362373 or 12300748. OLE color: 12300748.

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

Color convert

RGB204177187-
CMYK00.130.080.2
HSL337.78º20.93%74.71%-
HSV(B)337.78º13.24%80%-
XYZ49.5947.8753.64-
YUV186.21128.45140.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.92%
GREEN value IS 177 (69.53% from 255) = 31.16%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=35.92%
G=31.16%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417718700.130.080.2337.7820.9374.71
HexCCB1BB0D814152154b
Octal314261273015102452225113
Binary11001100101100011011101101101100010100101010010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB1BB; }

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

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

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

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

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

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

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

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