#CBB3BB

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

Shades of Melanie #CBB3BB

Tints of Melanie #CBB3BB

Color information

#CBB3BB (or 0xCBB3BB) is unknown color: approx Melanie. HEX triplet: CB, B3 and BB. RGB value is (203,179,187). Sum of RGB (Red+Green+Blue) = 203+179+187=569 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.68% from 569); Green value is 179 (70.31% from 255 or 31.46% from 569); Blue value is 187 (73.44% from 255 or 32.86% from 569); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB3BB is #344C44. Grayscale: #BBBBBB. Windows color (decimal): -3427397 or 12301259. OLE color: 12301259.

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

Color convert

RGB203179187-
CMYK00.120.080.20
HSL340º18.75%74.9%-
HSV(B)340º11.82%79.61%-
XYZ49.7248.5253.76-
YUV187.09127.95139.35-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.68%
GREEN value IS 179 (70.31% from 255) = 31.46%
BLUE value IS 187 (73.44% from 255) = 32.86%
R=35.68%
G=31.46%
B=32.86%

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
Decimal20317918700.120.080.2034018.7574.9
HexCBB3BB0C814154134b
Octal313263273014102452423113
Binary11001011101100111011101101100100010100101010100100111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB3BB; }

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

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

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

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

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

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

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

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