Html Css Color HEX #C0AAF6 Melrose

📋 copy color: '#C0AAF6'

red 192 ◦ green 170 ◦ blue 246

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

Shades of Melrose #C0AAF6

Tints of Melrose #C0AAF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.46%

R = 31.58%
G = 27.96%
B = 40.46%

CMYK

 C value IS 0.22

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C0AAF6 (or 0xC0AAF6) is known color: Melrose. HEX triplet: C0, AA and F6. RGB value is (192,170,246). Sum of RGB (Red+Green+Blue) = 192+170+246=608 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.58% from 608); Green value is 170 (66.80% from 255 or 27.96% from 608); Blue value is 246 (96.48% from 255 or 40.46% from 608); Max value from RGB is 246 - color contains mainly: blue. Hex color #C0AAF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAF6 is #3F5509. Grayscale: #B8B8B8. Windows color (decimal): -4150538 or 16165568. OLE color: 16165568.

HSL color Cylindrical-coordinate representation of color #C0AAF6: hue angle of 257.37º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0AAF6 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 170 246 -
CMYK 0.22 0.31 0 0.04
HSL 257.37º 0.81% 0.82% -
HSV(B) 257.37º 0.31% 0.96% -
XYZ 52.75 46.61 93.41 -
YUV 185.24 162.29 132.82 -
System Red Green Blue C M Y K H S L
Decimal 192 170 246 0.22 0.31 0 0.04 257.37 0.81 0.82
Hex C0 AA F6 16 1F 0 4 101 51 52
Octal 300 252 366 26 37 0 4 401 121 122
Binary 11000000 10101010 11110110 10110 11111 0 100 100000001 1010001 1010010

Color Harmonies of #C0AAF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAF6

Black with #C0AAF6

Text Example


Text Example

White with #C0AAF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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