Html Css Color HEX #C0A9F2 Melrose

📋 copy color: '#C0A9F2'

red 192 ◦ green 169 ◦ blue 242

#C0A9F2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Melrose #C0A9F2

Tints of Melrose #C0A9F2

RGB

 RED value IS 192 (75.39% from 255) = 31.84%

 GREEN value IS 169 (66.41% from 255) = 28.03%

 BLUE value IS 242 (94.92% from 255) = 40.13%

R = 31.84%
G = 28.03%
B = 40.13%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#C0A9F2 (or 0xC0A9F2) is known color: Melrose. HEX triplet: C0, A9 and F2. RGB value is (192,169,242). Sum of RGB (Red+Green+Blue) = 192+169+242=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 169 (66.41% from 255 or 28.03% from 603); Blue value is 242 (94.92% from 255 or 40.13% from 603); Max value from RGB is 242 - color contains mainly: blue. Hex color #C0A9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A9F2 is #3F560D. Grayscale: #B7B7B7. Windows color (decimal): -4150798 or 15903168. OLE color: 15903168.

HSL color Cylindrical-coordinate representation of color #C0A9F2: hue angle of 258.9º 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 #C0A9F2 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 169 242 -
CMYK 0.21 0.30 0 0.05
HSL 258.9º 0.74% 0.81% -
HSV(B) 258.9º 0.3% 0.95% -
XYZ 51.95 45.99 90.14 -
YUV 184.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 192 169 242 0.21 0.30 0 0.05 258.9 0.74 0.81
Hex C0 A9 F2 15 1E 0 5 103 4A 51
Octal 300 251 362 25 36 0 5 403 112 121
Binary 11000000 10101001 11110010 10101 11110 0 101 100000011 1001010 1010001

Color Harmonies of #C0A9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9F2

Black with #C0A9F2

Text Example


Text Example

White with #C0A9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9F2; }

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

 H1.HeaderClassName
 {
   color: #C0A9F2;
 }
 .AnyTagClassName
 {
   color: #C0A9F2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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