#C0ABEB

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

Shades of Melrose #C0ABEB

Tints of Melrose #C0ABEB

Color information

#C0ABEB (or 0xC0ABEB) is unknown color: approx Melrose. HEX triplet: C0, AB and EB. RGB value is (192,171,235). Sum of RGB (Red+Green+Blue) = 192+171+235=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABEB is #3F5414. Grayscale: #B8B8B8. Windows color (decimal): -4150293 or 15444928. OLE color: 15444928.

HSL color Cylindrical-coordinate representation of color #C0ABEB: hue angle of 259.69º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0ABEB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192171235-
CMYK0.180.2700.08
HSL259.69º61.54%79.61%-
HSV(B)259.69º27.23%92.16%-
XYZ51.346.3384.84-
YUV184.58156.46133.3-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 171 (67.19% from 255) = 28.60%
BLUE value IS 235 (92.19% from 255) = 39.30%
R=32.11%
G=28.60%
B=39.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921712350.180.2700.08259.6961.5479.61
HexC0ABEB121B081043e50
Octal300253353223301040476120
Binary1100000010101011111010111001011011010001000001001111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABEB; }

 p { color: rgb(192,171,235); }

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

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

 a { background-color: rgb(192,171,235); }

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

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

 span { border-color: rgb(192,171,235); }

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