#C0A6FE

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

Shades of Melrose #C0A6FE

Tints of Melrose #C0A6FE

Color information

#C0A6FE (or 0xC0A6FE) is unknown color: approx Melrose. HEX triplet: C0, A6 and FE. RGB value is (192,166,254). Sum of RGB (Red+Green+Blue) = 192+166+254=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 166 (65.23% from 255 or 27.12% from 612); Blue value is 254 (99.61% from 255 or 41.50% from 612); Max value from RGB is 254 - color contains mainly: blue. Hex color #C0A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A6FE is #3F5901. Grayscale: #B7B7B7. Windows color (decimal): -4151554 or 16688832. OLE color: 16688832.

HSL color Cylindrical-coordinate representation of color #C0A6FE: hue angle of 257.73º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0A6FE is Cyan = 0.24, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB192166254-
CMYK0.240.3500.00
HSL257.73º97.78%82.35%-
HSV(B)257.73º34.65%99.61%-
XYZ53.2645.6399.77-
YUV183.81167.61133.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.37%
GREEN value IS 166 (65.23% from 255) = 27.12%
BLUE value IS 254 (99.61% from 255) = 41.50%
R=31.37%
G=27.12%
B=41.50%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1921662540.240.3500.00257.7397.7882.35
HexC0A6FE1823001026252
Octal300246376304300402142122
Binary110000001010011011111110110001000110010000001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A6FE; }

 p { color: rgb(192,166,254); }

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

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

 a { background-color: rgb(192,166,254); }

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

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

 span { border-color: rgb(192,166,254); }

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