Html Css Color HEX #C0ACF7 Melrose

📋 copy color: '#C0ACF7'

red 192 ◦ green 172 ◦ blue 247

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

Shades of Melrose #C0ACF7

Tints of Melrose #C0ACF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 40.43%

R = 31.42%
G = 28.15%
B = 40.43%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C0ACF7 (or 0xC0ACF7) is known color: Melrose. HEX triplet: C0, AC and F7. RGB value is (192,172,247). Sum of RGB (Red+Green+Blue) = 192+172+247=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #C0ACF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACF7 is #3F5308. Grayscale: #BABABA. Windows color (decimal): -4150025 or 16231616. OLE color: 16231616.

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

Color convert

RGB 192 172 247 -
CMYK 0.22 0.30 0 0.03
HSL 256º 0.82% 0.82% -
HSV(B) 256º 0.3% 0.97% -
XYZ 53.28 47.43 94.34 -
YUV 186.53 162.13 131.9 -
System Red Green Blue C M Y K H S L
Decimal 192 172 247 0.22 0.30 0 0.03 256 0.82 0.82
Hex C0 AC F7 16 1E 0 3 100 52 52
Octal 300 254 367 26 36 0 3 400 122 122
Binary 11000000 10101100 11110111 10110 11110 0 11 100000000 1010010 1010010

Color Harmonies of #C0ACF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACF7

Black with #C0ACF7

Text Example


Text Example

White with #C0ACF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACF7; }

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

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

background-color css

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

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

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

border-color css

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

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

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