#CBB8BD

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

Shades of Melanie #CBB8BD

Tints of Melanie #CBB8BD

Color information

#CBB8BD (or 0xCBB8BD) is unknown color: approx Melanie. HEX triplet: CB, B8 and BD. RGB value is (203,184,189). Sum of RGB (Red+Green+Blue) = 203+184+189=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 184 (72.27% from 255 or 31.94% from 576); Blue value is 189 (74.22% from 255 or 32.81% from 576); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8BD is #344742. Grayscale: #BEBEBE. Windows color (decimal): -3426115 or 12433611. OLE color: 12433611.

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

Color convert

RGB203184189-
CMYK00.090.070.20
HSL344.21º15.45%75.88%-
HSV(B)344.21º9.36%79.61%-
XYZ50.9550.6555.24-
YUV190.25127.29137.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 184 (72.27% from 255) = 31.94%
BLUE value IS 189 (74.22% from 255) = 32.81%
R=35.24%
G=31.94%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318418900.090.070.20344.2115.4575.88
HexCBB8BD09714158f4c
Octal31327027501172453017114
Binary110010111011100010111101010011111010010101100011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8BD; }

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

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

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

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

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

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

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

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