#CBB9BE

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

Shades of Melanie #CBB9BE

Tints of Melanie #CBB9BE

Color information

#CBB9BE (or 0xCBB9BE) is unknown color: approx Melanie. HEX triplet: CB, B9 and BE. RGB value is (203,185,190). Sum of RGB (Red+Green+Blue) = 203+185+190=578 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.12% from 578); Green value is 185 (72.66% from 255 or 32.01% from 578); Blue value is 190 (74.61% from 255 or 32.87% from 578); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB9BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9BE is #344641. Grayscale: #BEBEBE. Windows color (decimal): -3425858 or 12499403. OLE color: 12499403.

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

Color convert

RGB203185190-
CMYK00.090.060.20
HSL343.33º14.75%76.08%-
HSV(B)343.33º8.87%79.61%-
XYZ51.2751.1155.88-
YUV190.95127.46136.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.12%
GREEN value IS 185 (72.66% from 255) = 32.01%
BLUE value IS 190 (74.61% from 255) = 32.87%
R=35.12%
G=32.01%
B=32.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318519000.090.060.20343.3314.7576.08
HexCBB9BE09614157f4c
Octal31327127601162452717114
Binary110010111011100110111110010011101010010101011111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB9BE; }

 p { color: rgb(203,185,190); }

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

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

 a { background-color: rgb(203,185,190); }

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

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

 span { border-color: rgb(203,185,190); }

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