#CEB0BA

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

Shades of Melanie #CEB0BA

Tints of Melanie #CEB0BA

Color information

#CEB0BA (or 0xCEB0BA) is unknown color: approx Melanie. HEX triplet: CE, B0 and BA. RGB value is (206,176,186). Sum of RGB (Red+Green+Blue) = 206+176+186=568 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.27% from 568); Green value is 176 (69.14% from 255 or 30.99% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEB0BA is #314F45. Grayscale: #BABABA. Windows color (decimal): -3231558 or 12234958. OLE color: 12234958.

HSL color Cylindrical-coordinate representation of color #CEB0BA: hue angle of 340º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB0BA is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB206176186-
CMYK00.150.100.19
HSL340º23.44%74.9%-
HSV(B)340º14.56%80.78%-
XYZ49.8447.7253.04-
YUV186.11127.94142.19-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.27%
GREEN value IS 176 (69.14% from 255) = 30.99%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=36.27%
G=30.99%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.10
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617618600.150.100.1934023.4474.9
HexCEB0BA0FA13154174b
Octal316260272017122352427113
Binary11001110101100001011101001111101010011101010100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB0BA; }

 p { color: rgb(206,176,186); }

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

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

 a { background-color: rgb(206,176,186); }

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

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

 span { border-color: rgb(206,176,186); }

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