#CBB0B8

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

Shades of Melanie #CBB0B8

Tints of Melanie #CBB0B8

Color information

#CBB0B8 (or 0xCBB0B8) is unknown color: approx Melanie. HEX triplet: CB, B0 and B8. RGB value is (203,176,184). Sum of RGB (Red+Green+Blue) = 203+176+184=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 184 (72.27% from 255 or 32.68% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0B8 is #344F47. Grayscale: #B8B8B8. Windows color (decimal): -3428168 or 12103883. OLE color: 12103883.

HSL color Cylindrical-coordinate representation of color #CBB0B8: hue angle of 342.22º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB0B8 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB203176184-
CMYK00.130.090.20
HSL342.22º20.61%74.31%-
HSV(B)342.22º13.3%79.61%-
XYZ48.8147.2151.89-
YUV184.98127.45140.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 184 (72.27% from 255) = 32.68%
R=36.06%
G=31.26%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317618400.130.090.20342.2220.6174.31
HexCBB0B80D914156154a
Octal313260270015112452625112
Binary11001011101100001011100001101100110100101010110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB0B8; }

 p { color: rgb(203,176,184); }

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

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

 a { background-color: rgb(203,176,184); }

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

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

 span { border-color: rgb(203,176,184); }

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