#C8B4BA

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

Shades of Melanie #C8B4BA

Tints of Melanie #C8B4BA

Color information

#C8B4BA (or 0xC8B4BA) is unknown color: approx Melanie. HEX triplet: C8, B4 and BA. RGB value is (200,180,186). Sum of RGB (Red+Green+Blue) = 200+180+186=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 180 (70.70% from 255 or 31.80% from 566); Blue value is 186 (73.05% from 255 or 32.86% from 566); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B4BA is #374B45. Grayscale: #BABABA. Windows color (decimal): -3623750 or 12235976. OLE color: 12235976.

HSL color Cylindrical-coordinate representation of color #C8B4BA: hue angle of 342º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C8B4BA is Cyan = 0, Magento = 0.1, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB200180186-
CMYK00.10.070.22
HSL342º15.38%74.51%-
HSV(B)342º10%78.43%-
XYZ4948.4753.23-
YUV186.66127.63137.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.34%
GREEN value IS 180 (70.70% from 255) = 31.80%
BLUE value IS 186 (73.05% from 255) = 32.86%
R=35.34%
G=31.80%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018018600.10.070.2234215.3874.51
HexC8B4BA0A716156f4b
Octal31026427201272652617113
Binary110010001011010010111010010101111011010101011011111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B4BA; }

 p { color: rgb(200,180,186); }

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

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

 a { background-color: rgb(200,180,186); }

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

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

 span { border-color: rgb(200,180,186); }

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