#C0ACEA

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

Shades of Melrose #C0ACEA

Tints of Melrose #C0ACEA

Color information

#C0ACEA (or 0xC0ACEA) is unknown color: approx Melrose. HEX triplet: C0, AC and EA. RGB value is (192,172,234). Sum of RGB (Red+Green+Blue) = 192+172+234=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACEA is #3F5315. Grayscale: #B8B8B8. Windows color (decimal): -4150038 or 15379648. OLE color: 15379648.

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

Color convert

RGB192172234-
CMYK0.180.2600.08
HSL259.35º59.62%79.61%-
HSV(B)259.35º26.5%91.76%-
XYZ51.3446.6584.14-
YUV185.05155.63132.96-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32.11%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=32.11%
G=28.76%
B=39.13%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921722340.180.2600.08259.3559.6279.61
HexC0ACEA121A081033c50
Octal300254352223201040374120
Binary1100000010101100111010101001011010010001000000111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACEA; }

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

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

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

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

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

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

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

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