#CCB2BB

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

Shades of Melanie #CCB2BB

Tints of Melanie #CCB2BB

Color information

#CCB2BB (or 0xCCB2BB) is unknown color: approx Melanie. HEX triplet: CC, B2 and BB. RGB value is (204,178,187). Sum of RGB (Red+Green+Blue) = 204+178+187=569 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.85% from 569); Green value is 178 (69.92% from 255 or 31.28% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB2BB is #334D44. Grayscale: #BABABA. Windows color (decimal): -3362117 or 12301004. OLE color: 12301004.

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

Color convert

RGB204178187-
CMYK00.130.080.2
HSL339.23º20.31%74.9%-
HSV(B)339.23º12.75%80%-
XYZ49.7948.2753.71-
YUV186.8128.11140.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.85%
GREEN value IS 178 (69.92% from 255) = 31.28%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=35.85%
G=31.28%
B=32.86%

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
Decimal20417818700.130.080.2339.2320.3174.9
HexCCB2BB0D814153144b
Octal314262273015102452324113
Binary11001100101100101011101101101100010100101010011101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB2BB; }

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

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

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

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

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

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

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

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