#C8B6BC

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

Shades of Melanie #C8B6BC

Tints of Melanie #C8B6BC

Color information

#C8B6BC (or 0xC8B6BC) is unknown color: approx Melanie. HEX triplet: C8, B6 and BC. RGB value is (200,182,188). Sum of RGB (Red+Green+Blue) = 200+182+188=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 182 (71.48% from 255 or 31.93% from 570); Blue value is 188 (73.83% from 255 or 32.98% from 570); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8B6BC is #374943. Grayscale: #BCBCBC. Windows color (decimal): -3623236 or 12367560. OLE color: 12367560.

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

Color convert

RGB200182188-
CMYK00.090.060.22
HSL340º14.06%74.9%-
HSV(B)340º9%78.43%-
XYZ49.6249.3754.49-
YUV188.07127.96136.51-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 35.09%
GREEN value IS 182 (71.48% from 255) = 31.93%
BLUE value IS 188 (73.83% from 255) = 32.98%
R=35.09%
G=31.93%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018218800.090.060.2234014.0674.9
HexC8B6BC09616154e4b
Octal31026627401162652416113
Binary110010001011011010111100010011101011010101010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B6BC; }

 p { color: rgb(200,182,188); }

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

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

 a { background-color: rgb(200,182,188); }

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

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

 span { border-color: rgb(200,182,188); }

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