Html Css Color HEX #C0A9FB Melrose

📋 copy color: '#C0A9FB'

red 192 ◦ green 169 ◦ blue 251

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

Shades of Melrose #C0A9FB

Tints of Melrose #C0A9FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.01%

R = 31.37%
G = 27.61%
B = 41.01%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0A9FB (or 0xC0A9FB) is known color: Melrose. HEX triplet: C0, A9 and FB. RGB value is (192,169,251). Sum of RGB (Red+Green+Blue) = 192+169+251=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 169 (66.41% from 255 or 27.61% from 612); Blue value is 251 (98.44% from 255 or 41.01% from 612); Max value from RGB is 251 - color contains mainly: blue. Hex color #C0A9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0A9FB is #3F5604. Grayscale: #B8B8B8. Windows color (decimal): -4150789 or 16492992. OLE color: 16492992.

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

Color convert

RGB 192 169 251 -
CMYK 0.24 0.33 0 0.02
HSL 256.83º 0.91% 0.82% -
HSV(B) 256.83º 0.33% 0.98% -
XYZ 53.34 46.55 97.44 -
YUV 185.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 192 169 251 0.24 0.33 0 0.02 256.83 0.91 0.82
Hex C0 A9 FB 18 21 0 2 101 5B 52
Octal 300 251 373 30 41 0 2 401 133 122
Binary 11000000 10101001 11111011 11000 100001 0 10 100000001 1011011 1010010

Color Harmonies of #C0A9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A9FB

Black with #C0A9FB

Text Example


Text Example

White with #C0A9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A9FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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