Html Css Color HEX #C0AAF8 Melrose

📋 copy color: '#C0AAF8'

red 192 ◦ green 170 ◦ blue 248

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

Shades of Melrose #C0AAF8

Tints of Melrose #C0AAF8

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.87%

 BLUE value IS 248 (97.27% from 255) = 40.66%

R = 31.48%
G = 27.87%
B = 40.66%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C0AAF8 (or 0xC0AAF8) is known color: Melrose. HEX triplet: C0, AA and F8. RGB value is (192,170,248). Sum of RGB (Red+Green+Blue) = 192+170+248=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 170 (66.80% from 255 or 27.87% from 610); Blue value is 248 (97.27% from 255 or 40.66% from 610); Max value from RGB is 248 - color contains mainly: blue. Hex color #C0AAF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAF8 is #3F5507. Grayscale: #B9B9B9. Windows color (decimal): -4150536 or 16296640. OLE color: 16296640.

HSL color Cylindrical-coordinate representation of color #C0AAF8: hue angle of 256.92º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0AAF8 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 192 170 248 -
CMYK 0.23 0.31 0 0.03
HSL 256.92º 0.85% 0.82% -
HSV(B) 256.92º 0.31% 0.97% -
XYZ 53.06 46.73 95.03 -
YUV 185.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 192 170 248 0.23 0.31 0 0.03 256.92 0.85 0.82
Hex C0 AA F8 17 1F 0 3 101 55 52
Octal 300 252 370 27 37 0 3 401 125 122
Binary 11000000 10101010 11111000 10111 11111 0 11 100000001 1010101 1010010

Color Harmonies of #C0AAF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAF8

Black with #C0AAF8

Text Example


Text Example

White with #C0AAF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAF8; }

 p { color: rgb(192,170,248); }

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

background-color css

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

 a { background-color: rgb(192,170,248); }

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

border-color css

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

 span { border-color: rgb(192,170,248); }

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