#CCB3BB

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

Shades of Melanie #CCB3BB

Tints of Melanie #CCB3BB

Color information

#CCB3BB (or 0xCCB3BB) is unknown color: approx Melanie. HEX triplet: CC, B3 and BB. RGB value is (204,179,187). Sum of RGB (Red+Green+Blue) = 204+179+187=570 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.79% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 187 (73.44% from 255 or 32.81% from 570); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB3BB is #334C44. Grayscale: #BBBBBB. Windows color (decimal): -3361861 or 12301260. OLE color: 12301260.

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

Color convert

RGB204179187-
CMYK00.120.080.2
HSL340.8º19.69%75.1%-
HSV(B)340.8º12.25%80%-
XYZ49.9948.6753.77-
YUV187.39127.78139.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.79%
GREEN value IS 179 (70.31% from 255) = 31.40%
BLUE value IS 187 (73.44% from 255) = 32.81%
R=35.79%
G=31.40%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417918700.120.080.2340.819.6975.1
HexCCB3BB0C814155144b
Octal314263273014102452524113
Binary11001100101100111011101101100100010100101010101101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3BB; }

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

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

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

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

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

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

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

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