#C1A9F2

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

Shades of Melrose #C1A9F2

Tints of Melrose #C1A9F2

Color information

#C1A9F2 (or 0xC1A9F2) is unknown color: approx Melrose. HEX triplet: C1, A9 and F2. RGB value is (193,169,242). Sum of RGB (Red+Green+Blue) = 193+169+242=604 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.95% from 604); Green value is 169 (66.41% from 255 or 27.98% from 604); Blue value is 242 (94.92% from 255 or 40.07% from 604); Max value from RGB is 242 - color contains mainly: blue. Hex color #C1A9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A9F2 is #3E560D. Grayscale: #B8B8B8. Windows color (decimal): -4085262 or 15903169. OLE color: 15903169.

HSL color Cylindrical-coordinate representation of color #C1A9F2: hue angle of 259.73º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1A9F2 is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB193169242-
CMYK0.200.3000.05
HSL259.73º73.74%80.59%-
HSV(B)259.73º30.17%94.9%-
XYZ52.2146.1290.16-
YUV184.5160.45134.06-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 31.95%
GREEN value IS 169 (66.41% from 255) = 27.98%
BLUE value IS 242 (94.92% from 255) = 40.07%
R=31.95%
G=27.98%
B=40.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1931692420.200.3000.05259.7373.7480.59
HexC1A9F2141E051044a51
Octal301251362243605404112121
Binary1100000110101001111100101010011110010110000010010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A9F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A9F2; }

 p { color: rgb(193,169,242); }

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

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

 a { background-color: rgb(193,169,242); }

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

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

 span { border-color: rgb(193,169,242); }

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