#C0AFEC

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

Shades of Melrose #C0AFEC

Tints of Melrose #C0AFEC

Color information

#C0AFEC (or 0xC0AFEC) is unknown color: approx Melrose. HEX triplet: C0, AF and EC. RGB value is (192,175,236). Sum of RGB (Red+Green+Blue) = 192+175+236=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 175 (68.75% from 255 or 29.02% from 603); Blue value is 236 (92.58% from 255 or 39.14% from 603); Max value from RGB is 236 - color contains mainly: blue. Hex color #C0AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AFEC is #3F5013. Grayscale: #BABABA. Windows color (decimal): -4149268 or 15511488. OLE color: 15511488.

HSL color Cylindrical-coordinate representation of color #C0AFEC: hue angle of 256.72º degrees, saturation: 0.62, 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 #C0AFEC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192175236-
CMYK0.190.2600.07
HSL256.72º61.62%80.59%-
HSV(B)256.72º25.85%92.55%-
XYZ52.2147.9285.86-
YUV187.04155.63131.54-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.84%
GREEN value IS 175 (68.75% from 255) = 29.02%
BLUE value IS 236 (92.58% from 255) = 39.14%
R=31.84%
G=29.02%
B=39.14%

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
Decimal1921752360.190.2600.07256.7261.6280.59
HexC0AFEC131A071013e51
Octal30025735423320740176121
Binary110000001010111111101100100111101001111000000011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0AFEC; }

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

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

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

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

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

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

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

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