#C0ACFF

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

Shades of Melrose #C0ACFF

Tints of Melrose #C0ACFF

Color information

#C0ACFF (or 0xC0ACFF) is unknown color: approx Melrose. HEX triplet: C0, AC and FF. RGB value is (192,172,255). Sum of RGB (Red+Green+Blue) = 192+172+255=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACFF is #3F5300. Grayscale: #BBBBBB. Windows color (decimal): -4150017 or 16755904. OLE color: 16755904.

HSL color Cylindrical-coordinate representation of color #C0ACFF: hue angle of 254.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0ACFF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB192172255-
CMYK0.250.3300
HSL254.46º100%83.73%-
HSV(B)254.46º32.55%100%-
XYZ54.5447.93100.98-
YUV187.44166.13131.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.02%
GREEN value IS 172 (67.58% from 255) = 27.79%
BLUE value IS 255 (100% from 255) = 41.20%
R=31.02%
G=27.79%
B=41.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1921722550.250.3300254.4610083.73
HexC0ACFF192100fe6454
Octal300254377314100376144124
Binary11000000101011001111111111001100001001111111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0ACFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0ACFF; }

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

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

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

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

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

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

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

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