#CCB0B9

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

Shades of Melanie #CCB0B9

Tints of Melanie #CCB0B9

Color information

#CCB0B9 (or 0xCCB0B9) is unknown color: approx Melanie. HEX triplet: CC, B0 and B9. RGB value is (204,176,185). Sum of RGB (Red+Green+Blue) = 204+176+185=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 176 (69.14% from 255 or 31.15% from 565); Blue value is 185 (72.66% from 255 or 32.74% from 565); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB0B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCB0B9 is #334F46. Grayscale: #B9B9B9. Windows color (decimal): -3362631 or 12169420. OLE color: 12169420.

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

Color convert

RGB204176185-
CMYK00.140.090.2
HSL340.71º21.54%74.51%-
HSV(B)340.71º13.73%80%-
XYZ49.1847.3952.45-
YUV185.4127.78141.27-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.11%
GREEN value IS 176 (69.14% from 255) = 31.15%
BLUE value IS 185 (72.66% from 255) = 32.74%
R=36.11%
G=31.15%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.09
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417618500.140.090.2340.7121.5474.51
HexCCB0B90E914155164b
Octal314260271016112452526113
Binary11001100101100001011100101110100110100101010101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB0B9; }

 p { color: rgb(204,176,185); }

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

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

 a { background-color: rgb(204,176,185); }

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

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

 span { border-color: rgb(204,176,185); }

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