#C8B0B8

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

Shades of Melanie #C8B0B8

Tints of Melanie #C8B0B8

Color information

#C8B0B8 (or 0xC8B0B8) is unknown color: approx Melanie. HEX triplet: C8, B0 and B8. RGB value is (200,176,184). Sum of RGB (Red+Green+Blue) = 200+176+184=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 176 (69.14% from 255 or 31.43% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0B8 is #374F47. Grayscale: #B8B8B8. Windows color (decimal): -3624776 or 12103880. OLE color: 12103880.

HSL color Cylindrical-coordinate representation of color #C8B0B8: hue angle of 340º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B0B8 is Cyan = 0, Magento = 0.12, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB200176184-
CMYK00.120.080.22
HSL340º17.91%73.73%-
HSV(B)340º12%78.43%-
XYZ4846.7951.85-
YUV184.09127.95139.35-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.71%
GREEN value IS 176 (69.14% from 255) = 31.43%
BLUE value IS 184 (72.27% from 255) = 32.86%
R=35.71%
G=31.43%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20017618400.120.080.2234017.9173.73
HexC8B0B80C816154124a
Octal310260270014102652422112
Binary11001000101100001011100001100100010110101010100100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B0B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B0B8; }

 p { color: rgb(200,176,184); }

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

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

 a { background-color: rgb(200,176,184); }

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

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

 span { border-color: rgb(200,176,184); }

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