#C0A9F9

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

Shades of Melrose #C0A9F9

Tints of Melrose #C0A9F9

Color information

#C0A9F9 (or 0xC0A9F9) is unknown color: approx Melrose. HEX triplet: C0, A9 and F9. RGB value is (192,169,249). Sum of RGB (Red+Green+Blue) = 192+169+249=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #C0A9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A9F9 is #3F5606. Grayscale: #B8B8B8. Windows color (decimal): -4150791 or 16361920. OLE color: 16361920.

HSL color Cylindrical-coordinate representation of color #C0A9F9: hue angle of 257.25º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0A9F9 is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB192169249-
CMYK0.230.3200.02
HSL257.25º86.96%81.96%-
HSV(B)257.25º32.13%97.65%-
XYZ53.0346.4295.79-
YUV185164.12133-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 31.48%
GREEN value IS 169 (66.41% from 255) = 27.70%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=31.48%
G=27.70%
B=40.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1921692490.230.3200.02257.2586.9681.96
HexC0A9F91720021015752
Octal300251371274002401127122
Binary1100000010101001111110011011110000001010000000110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0A9F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0A9F9; }

 p { color: rgb(192,169,249); }

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

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

 a { background-color: rgb(192,169,249); }

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

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

 span { border-color: rgb(192,169,249); }

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