#CCB5BB

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

Shades of Melanie #CCB5BB

Tints of Melanie #CCB5BB

Color information

#CCB5BB (or 0xCCB5BB) is unknown color: approx Melanie. HEX triplet: CC, B5 and BB. RGB value is (204,181,187). Sum of RGB (Red+Green+Blue) = 204+181+187=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 181 (71.09% from 255 or 31.64% from 572); Blue value is 187 (73.44% from 255 or 32.69% from 572); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5BB is #334A44. Grayscale: #BCBCBC. Windows color (decimal): -3361349 or 12301772. OLE color: 12301772.

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

Color convert

RGB204181187-
CMYK00.110.080.2
HSL344.35º18.4%75.49%-
HSV(B)344.35º11.27%80%-
XYZ50.449.4753.91-
YUV188.56127.12139.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.66%
GREEN value IS 181 (71.09% from 255) = 31.64%
BLUE value IS 187 (73.44% from 255) = 32.69%
R=35.66%
G=31.64%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418118700.110.080.2344.3518.475.49
HexCCB5BB0B814158124b
Octal314265273013102453022113
Binary11001100101101011011101101011100010100101011000100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB5BB; }

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

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

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

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

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

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

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

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