Html Css Color HEX #C0ACF6 Melrose

📋 copy color: '#C0ACF6'

red 192 ◦ green 172 ◦ blue 246

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

Shades of Melrose #C0ACF6

Tints of Melrose #C0ACF6

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.2%

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

R = 31.48%
G = 28.2%
B = 40.33%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C0ACF6 (or 0xC0ACF6) is known color: Melrose. HEX triplet: C0, AC and F6. RGB value is (192,172,246). Sum of RGB (Red+Green+Blue) = 192+172+246=610 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.48% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 246 (96.48% from 255 or 40.33% from 610); Max value from RGB is 246 - color contains mainly: blue. Hex color #C0ACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACF6 is #3F5309. Grayscale: #BABABA. Windows color (decimal): -4150026 or 16166080. OLE color: 16166080.

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

Color convert

RGB 192 172 246 -
CMYK 0.22 0.30 0 0.04
HSL 256.22º 0.8% 0.82% -
HSV(B) 256.22º 0.3% 0.96% -
XYZ 53.13 47.37 93.53 -
YUV 186.42 161.63 131.98 -
System Red Green Blue C M Y K H S L
Decimal 192 172 246 0.22 0.30 0 0.04 256.22 0.8 0.82
Hex C0 AC F6 16 1E 0 4 100 50 52
Octal 300 254 366 26 36 0 4 400 120 122
Binary 11000000 10101100 11110110 10110 11110 0 100 100000000 1010000 1010010

Color Harmonies of #C0ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACF6

Black with #C0ACF6

Text Example


Text Example

White with #C0ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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