#CBB7BD

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

Shades of Melanie #CBB7BD

Tints of Melanie #CBB7BD

Color information

#CBB7BD (or 0xCBB7BD) is unknown color: approx Melanie. HEX triplet: CB, B7 and BD. RGB value is (203,183,189). Sum of RGB (Red+Green+Blue) = 203+183+189=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 183 (71.88% from 255 or 31.83% from 575); Blue value is 189 (74.22% from 255 or 32.87% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB7BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB7BD is #344842. Grayscale: #BDBDBD. Windows color (decimal): -3426371 or 12433355. OLE color: 12433355.

HSL color Cylindrical-coordinate representation of color #CBB7BD: hue angle of 342º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBB7BD is Cyan = 0, Magento = 0.10, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB203183189-
CMYK00.100.070.20
HSL342º16.13%75.69%-
HSV(B)342º9.85%79.61%-
XYZ50.7550.2455.17-
YUV189.66127.63137.51-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 183 (71.88% from 255) = 31.83%
BLUE value IS 189 (74.22% from 255) = 32.87%
R=35.30%
G=31.83%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318318900.100.070.2034216.1375.69
HexCBB7BD0A714156104c
Octal31326727501272452620114
Binary1100101110110111101111010101011110100101010110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB7BD; }

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

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

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

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

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

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

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

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