#C0AFED

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

Shades of Melrose #C0AFED

Tints of Melrose #C0AFED

Color information

#C0AFED (or 0xC0AFED) is unknown color: approx Melrose. HEX triplet: C0, AF and ED. RGB value is (192,175,237). Sum of RGB (Red+Green+Blue) = 192+175+237=604 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.79% from 604); Green value is 175 (68.75% from 255 or 28.97% from 604); Blue value is 237 (92.97% from 255 or 39.24% from 604); Max value from RGB is 237 - color contains mainly: blue. Hex color #C0AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFED is #3F5012. Grayscale: #BABABA. Windows color (decimal): -4149267 or 15577024. OLE color: 15577024.

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

Color convert

RGB192175237-
CMYK0.190.2600.07
HSL256.45º63.27%80.78%-
HSV(B)256.45º26.16%92.94%-
XYZ52.3547.9886.62-
YUV187.15156.13131.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.79%
GREEN value IS 175 (68.75% from 255) = 28.97%
BLUE value IS 237 (92.97% from 255) = 39.24%
R=31.79%
G=28.97%
B=39.24%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921752370.190.2600.07256.4563.2780.78
HexC0AFED131A071003f51
Octal30025735523320740077121
Binary110000001010111111101101100111101001111000000001111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFED; }

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

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

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

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

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

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

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

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