#CBB2BB

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

Shades of Melanie #CBB2BB

Tints of Melanie #CBB2BB

Color information

#CBB2BB (or 0xCBB2BB) is unknown color: approx Melanie. HEX triplet: CB, B2 and BB. RGB value is (203,178,187). Sum of RGB (Red+Green+Blue) = 203+178+187=568 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.74% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 187 (73.44% from 255 or 32.92% from 568); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2BB is #344D44. Grayscale: #BABABA. Windows color (decimal): -3427653 or 12301003. OLE color: 12301003.

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

Color convert

RGB203178187-
CMYK00.120.080.20
HSL338.4º19.38%74.71%-
HSV(B)338.4º12.32%79.61%-
XYZ49.5248.1353.69-
YUV186.5128.28139.77-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.74%
GREEN value IS 178 (69.92% from 255) = 31.34%
BLUE value IS 187 (73.44% from 255) = 32.92%
R=35.74%
G=31.34%
B=32.92%

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
Decimal20317818700.120.080.20338.419.3874.71
HexCBB2BB0C814152134b
Octal313262273014102452223113
Binary11001011101100101011101101100100010100101010010100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB2BB; }

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

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

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

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

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

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

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

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