Html Css Color HEX #C1A9F9 Melrose

📋 copy color: '#C1A9F9'

red 193 ◦ green 169 ◦ blue 249

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

Shades of Melrose #C1A9F9

Tints of Melrose #C1A9F9

RGB

 RED value IS 193 (75.78% from 255) = 31.59%

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

 BLUE value IS 249 (97.66% from 255) = 40.75%

R = 31.59%
G = 27.66%
B = 40.75%

CMYK

 C value IS 0.22

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C1A9F9 (or 0xC1A9F9) is known color: Melrose. HEX triplet: C1, A9 and F9. RGB value is (193,169,249). Sum of RGB (Red+Green+Blue) = 193+169+249=611 (80% of max value = 765). Red value is 193 (75.78% from 255 or 31.59% from 611); Green value is 169 (66.41% from 255 or 27.66% from 611); Blue value is 249 (97.66% from 255 or 40.75% from 611); Max value from RGB is 249 - color contains mainly: blue. Hex color #C1A9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C1A9F9 is #3E5606. Grayscale: #B9B9B9. Windows color (decimal): -4085255 or 16361921. OLE color: 16361921.

HSL color Cylindrical-coordinate representation of color #C1A9F9: hue angle of 258º 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 #C1A9F9 is Cyan = 0.22, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 193 169 249 -
CMYK 0.22 0.32 0 0.02
HSL 258º 0.87% 0.82% -
HSV(B) 258º 0.32% 0.98% -
XYZ 53.28 46.55 95.8 -
YUV 185.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 193 169 249 0.22 0.32 0 0.02 258 0.87 0.82
Hex C1 A9 F9 16 20 0 2 102 57 52
Octal 301 251 371 26 40 0 2 402 127 122
Binary 11000001 10101001 11111001 10110 100000 0 10 100000010 1010111 1010010

Color Harmonies of #C1A9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A9F9

Black with #C1A9F9

Text Example


Text Example

White with #C1A9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A9F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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