#C0AEEA

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

Shades of Melrose #C0AEEA

Tints of Melrose #C0AEEA

Color information

#C0AEEA (or 0xC0AEEA) is unknown color: approx Melrose. HEX triplet: C0, AE and EA. RGB value is (192,174,234). Sum of RGB (Red+Green+Blue) = 192+174+234=600 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AEEA is #3F5115. Grayscale: #BABABA. Windows color (decimal): -4149526 or 15380160. OLE color: 15380160.

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

Color convert

RGB192174234-
CMYK0.180.2600.08
HSL258º58.82%80%-
HSV(B)258º25.64%91.76%-
XYZ51.7347.4284.27-
YUV186.22154.96132.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 32%
GREEN value IS 174 (68.36% from 255) = 29%
BLUE value IS 234 (91.80% from 255) = 39%
R=32%
G=29%
B=39%

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
Decimal1921742340.180.2600.0825858.8280
HexC0AEEA121A081023b50
Octal300256352223201040273120
Binary1100000010101110111010101001011010010001000000101110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AEEA; }

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

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

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

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

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

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

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

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