Html Css Color HEX #C0AAF4 Melrose

📋 copy color: '#C0AAF4'

red 192 ◦ green 170 ◦ blue 244

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

Shades of Melrose #C0AAF4

Tints of Melrose #C0AAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.26%

R = 31.68%
G = 28.05%
B = 40.26%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C0AAF4 (or 0xC0AAF4) is known color: Melrose. HEX triplet: C0, AA and F4. RGB value is (192,170,244). Sum of RGB (Red+Green+Blue) = 192+170+244=606 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.68% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 244 (95.70% from 255 or 40.26% from 606); Max value from RGB is 244 - color contains mainly: blue. Hex color #C0AAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAF4 is #3F550B. Grayscale: #B8B8B8. Windows color (decimal): -4150540 or 16034496. OLE color: 16034496.

HSL color Cylindrical-coordinate representation of color #C0AAF4: hue angle of 257.84º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C0AAF4 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 170 244 -
CMYK 0.21 0.30 0 0.04
HSL 257.84º 0.77% 0.81% -
HSV(B) 257.84º 0.3% 0.96% -
XYZ 52.44 46.49 91.8 -
YUV 185.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 192 170 244 0.21 0.30 0 0.04 257.84 0.77 0.81
Hex C0 AA F4 15 1E 0 4 102 4D 51
Octal 300 252 364 25 36 0 4 402 115 121
Binary 11000000 10101010 11110100 10101 11110 0 100 100000010 1001101 1010001

Color Harmonies of #C0AAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAF4

Black with #C0AAF4

Text Example


Text Example

White with #C0AAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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