#CBB8BE

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

Shades of Melanie #CBB8BE

Tints of Melanie #CBB8BE

Color information

#CBB8BE (or 0xCBB8BE) is unknown color: approx Melanie. HEX triplet: CB, B8 and BE. RGB value is (203,184,190). Sum of RGB (Red+Green+Blue) = 203+184+190=577 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.18% from 577); Green value is 184 (72.27% from 255 or 31.89% from 577); Blue value is 190 (74.61% from 255 or 32.93% from 577); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8BE is #344741. Grayscale: #BEBEBE. Windows color (decimal): -3426114 or 12499147. OLE color: 12499147.

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

Color convert

RGB203184190-
CMYK00.090.060.20
HSL341.05º15.45%75.88%-
HSV(B)341.05º9.36%79.61%-
XYZ51.0650.755.81-
YUV190.36127.79137.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.18%
GREEN value IS 184 (72.27% from 255) = 31.89%
BLUE value IS 190 (74.61% from 255) = 32.93%
R=35.18%
G=31.89%
B=32.93%

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
Decimal20318419000.090.060.20341.0515.4575.88
HexCBB8BE09614155f4c
Octal31327027601162452517114
Binary110010111011100010111110010011101010010101010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBB8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBB8BE; }

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

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

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

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

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

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

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

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