#C0ACEB

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

Shades of Melrose #C0ACEB

Tints of Melrose #C0ACEB

Color information

#C0ACEB (or 0xC0ACEB) is unknown color: approx Melrose. HEX triplet: C0, AC and EB. RGB value is (192,172,235). Sum of RGB (Red+Green+Blue) = 192+172+235=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACEB is #3F5314. Grayscale: #B8B8B8. Windows color (decimal): -4150037 or 15445184. OLE color: 15445184.

HSL color Cylindrical-coordinate representation of color #C0ACEB: hue angle of 259.05º degrees, saturation: 0.61, 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 #C0ACEB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192172235-
CMYK0.180.2700.08
HSL259.05º61.17%79.8%-
HSV(B)259.05º26.81%92.16%-
XYZ51.4946.7184.9-
YUV185.16156.13132.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.05%
GREEN value IS 172 (67.58% from 255) = 28.71%
BLUE value IS 235 (92.19% from 255) = 39.23%
R=32.05%
G=28.71%
B=39.23%

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
Decimal1921722350.180.2700.08259.0561.1779.8
HexC0ACEB121B081033d50
Octal300254353223301040375120
Binary1100000010101100111010111001011011010001000000111111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACEB; }

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

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

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

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

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

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

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

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