#C8BABE

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

Shades of Melanie #C8BABE

Tints of Melanie #C8BABE

Color information

#C8BABE (or 0xC8BABE) is unknown color: approx Melanie. HEX triplet: C8, BA and BE. RGB value is (200,186,190). Sum of RGB (Red+Green+Blue) = 200+186+190=576 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.72% from 576); Green value is 186 (73.05% from 255 or 32.29% from 576); Blue value is 190 (74.61% from 255 or 32.99% from 576); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BABE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C8BABE is #374541. Grayscale: #BEBEBE. Windows color (decimal): -3622210 or 12499656. OLE color: 12499656.

HSL color Cylindrical-coordinate representation of color #C8BABE: hue angle of 342.86º 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 #C8BABE is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB200186190-
CMYK00.070.050.22
HSL342.86º11.29%75.69%-
HSV(B)342.86º7%78.43%-
XYZ50.6751.1155.91-
YUV190.64127.64134.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 34.72%
GREEN value IS 186 (73.05% from 255) = 32.29%
BLUE value IS 190 (74.61% from 255) = 32.99%
R=34.72%
G=32.29%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20018619000.070.050.22342.8611.2975.69
HexC8BABE07516157b4c
Octal3102722760752652713114
Binary11001000101110101011111001111011011010101011110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BABE; }

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

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

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

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

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

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

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

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