#C0ABED

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

Shades of Melrose #C0ABED

Tints of Melrose #C0ABED

Color information

#C0ABED (or 0xC0ABED) is unknown color: approx Melrose. HEX triplet: C0, AB and ED. RGB value is (192,171,237). Sum of RGB (Red+Green+Blue) = 192+171+237=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 237 (92.97% from 255 or 39.5% from 600); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABED is #3F5412. Grayscale: #B8B8B8. Windows color (decimal): -4150291 or 15576000. OLE color: 15576000.

HSL color Cylindrical-coordinate representation of color #C0ABED: hue angle of 259.09º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0ABED is Cyan = 0.19, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192171237-
CMYK0.190.2800.07
HSL259.09º64.71%80%-
HSV(B)259.09º27.85%92.94%-
XYZ51.5946.4586.37-
YUV184.8157.46133.13-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32%
GREEN value IS 171 (67.19% from 255) = 28.5%
BLUE value IS 237 (92.97% from 255) = 39.5%
R=32%
G=28.5%
B=39.5%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921712370.190.2800.07259.0964.7180
HexC0ABED131C071034150
Octal300253355233407403101120
Binary1100000010101011111011011001111100011110000001110000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ABED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ABED; }

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

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

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

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

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

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

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

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