#CBB5BB

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

Shades of Melanie #CBB5BB

Tints of Melanie #CBB5BB

Color information

#CBB5BB (or 0xCBB5BB) is unknown color: approx Melanie. HEX triplet: CB, B5 and BB. RGB value is (203,181,187). Sum of RGB (Red+Green+Blue) = 203+181+187=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 181 (71.09% from 255 or 31.70% from 571); Blue value is 187 (73.44% from 255 or 32.75% from 571); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5BB is #344A44. Grayscale: #BCBCBC. Windows color (decimal): -3426885 or 12301771. OLE color: 12301771.

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

Color convert

RGB203181187-
CMYK00.110.080.20
HSL343.64º17.46%75.29%-
HSV(B)343.64º10.84%79.61%-
XYZ50.1249.3353.89-
YUV188.26127.29138.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 181 (71.09% from 255) = 31.70%
BLUE value IS 187 (73.44% from 255) = 32.75%
R=35.55%
G=31.70%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318118700.110.080.20343.6417.4675.29
HexCBB5BB0B814158114b
Octal313265273013102453021113
Binary11001011101101011011101101011100010100101011000100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB5BB; }

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

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

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

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

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

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

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

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