#CFB6BD

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

Shades of Melanie #CFB6BD

Tints of Melanie #CFB6BD

Color information

#CFB6BD (or 0xCFB6BD) is unknown color: approx Melanie. HEX triplet: CF, B6 and BD. RGB value is (207,182,189). Sum of RGB (Red+Green+Blue) = 207+182+189=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 189 (74.22% from 255 or 32.70% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB6BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB6BD is #304942. Grayscale: #BEBEBE. Windows color (decimal): -3164483 or 12433103. OLE color: 12433103.

HSL color Cylindrical-coordinate representation of color #CFB6BD: hue angle of 343.2º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CFB6BD is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB207182189-
CMYK00.120.090.19
HSL343.2º20.66%76.27%-
HSV(B)343.2º12.08%81.18%-
XYZ51.6550.455.15-
YUV190.27127.28139.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.81%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 189 (74.22% from 255) = 32.70%
R=35.81%
G=31.49%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718218900.120.090.19343.220.6676.27
HexCFB6BD0C913157154c
Octal317266275014112352725114
Binary11001111101101101011110101100100110011101010111101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB6BD; }

 p { color: rgb(207,182,189); }

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

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

 a { background-color: rgb(207,182,189); }

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

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

 span { border-color: rgb(207,182,189); }

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