#CBB2BA

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

Shades of Melanie #CBB2BA

Tints of Melanie #CBB2BA

Color information

#CBB2BA (or 0xCBB2BA) is unknown color: approx Melanie. HEX triplet: CB, B2 and BA. RGB value is (203,178,186). Sum of RGB (Red+Green+Blue) = 203+178+186=567 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.80% from 567); Green value is 178 (69.92% from 255 or 31.39% from 567); Blue value is 186 (73.05% from 255 or 32.80% from 567); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2BA is #344D45. Grayscale: #BABABA. Windows color (decimal): -3427654 or 12235467. OLE color: 12235467.

HSL color Cylindrical-coordinate representation of color #CBB2BA: hue angle of 340.8º degrees, saturation: 0.19, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CBB2BA is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.20.

Color convert

RGB203178186-
CMYK00.120.080.20
HSL340.8º19.38%74.71%-
HSV(B)340.8º12.32%79.61%-
XYZ49.4148.0853.13-
YUV186.39127.78139.85-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.80%
GREEN value IS 178 (69.92% from 255) = 31.39%
BLUE value IS 186 (73.05% from 255) = 32.80%
R=35.80%
G=31.39%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20317818600.120.080.20340.819.3874.71
HexCBB2BA0C814155134b
Octal313262272014102452523113
Binary11001011101100101011101001100100010100101010101100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2BA; }

 p { color: rgb(203,178,186); }

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

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

 a { background-color: rgb(203,178,186); }

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

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

 span { border-color: rgb(203,178,186); }

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