#C8BABF

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

Shades of Melanie #C8BABF

Tints of Melanie #C8BABF

Color information

#C8BABF (or 0xC8BABF) is unknown color: approx Melanie. HEX triplet: C8, BA and BF. RGB value is (200,186,191). Sum of RGB (Red+Green+Blue) = 200+186+191=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 186 (73.05% from 255 or 32.24% from 577); Blue value is 191 (75% from 255 or 33.10% from 577); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BABF is #374540. Grayscale: #BEBEBE. Windows color (decimal): -3622209 or 12565192. OLE color: 12565192.

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

Color convert

RGB200186191-
CMYK00.070.040.22
HSL338.57º11.29%75.69%-
HSV(B)338.57º7%78.43%-
XYZ50.7851.1656.49-
YUV190.76128.14134.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.66%
GREEN value IS 186 (73.05% from 255) = 32.24%
BLUE value IS 191 (75% from 255) = 33.10%
R=34.66%
G=32.24%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018619100.070.040.22338.5711.2975.69
HexC8BABF07416153b4c
Octal3102722770742652313114
Binary11001000101110101011111101111001011010101001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BABF; }

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

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

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

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

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

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

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

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