#CBB5BD

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

Shades of Melanie #CBB5BD

Tints of Melanie #CBB5BD

Color information

#CBB5BD (or 0xCBB5BD) is unknown color: approx Melanie. HEX triplet: CB, B5 and BD. RGB value is (203,181,189). Sum of RGB (Red+Green+Blue) = 203+181+189=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 189 (74.22% from 255 or 32.98% from 573); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5BD is #344A42. Grayscale: #BCBCBC. Windows color (decimal): -3426883 or 12432843. OLE color: 12432843.

HSL color Cylindrical-coordinate representation of color #CBB5BD: hue angle of 338.18º degrees, saturation: 0.17, 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 #CBB5BD is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203181189-
CMYK00.110.070.20
HSL338.18º17.46%75.29%-
HSV(B)338.18º10.84%79.61%-
XYZ50.3449.4255.03-
YUV188.49128.29138.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.43%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 189 (74.22% from 255) = 32.98%
R=35.43%
G=31.59%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318118900.110.070.20338.1817.4675.29
HexCBB5BD0B714152114b
Octal31326527501372452221113
Binary1100101110110101101111010101111110100101010010100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5BD; }

 p { color: rgb(203,181,189); }

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

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

 a { background-color: rgb(203,181,189); }

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

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

 span { border-color: rgb(203,181,189); }

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