#CCB3BA

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

Shades of Melanie #CCB3BA

Tints of Melanie #CCB3BA

Color information

#CCB3BA (or 0xCCB3BA) is unknown color: approx Melanie. HEX triplet: CC, B3 and BA. RGB value is (204,179,186). Sum of RGB (Red+Green+Blue) = 204+179+186=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 186 (73.05% from 255 or 32.69% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3BA is #334C45. Grayscale: #BBBBBB. Windows color (decimal): -3361862 or 12235724. OLE color: 12235724.

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

Color convert

RGB204179186-
CMYK00.120.090.2
HSL343.2º19.69%75.1%-
HSV(B)343.2º12.25%80%-
XYZ49.8848.6253.21-
YUV187.27127.28139.93-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 179 (70.31% from 255) = 31.46%
BLUE value IS 186 (73.05% from 255) = 32.69%
R=35.85%
G=31.46%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417918600.120.090.2343.219.6975.1
HexCCB3BA0C914157144b
Octal314263272014112452724113
Binary11001100101100111011101001100100110100101010111101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3BA; }

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

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

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

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

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

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

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

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