Html Css Color HEX #C0ADF6 Melrose

📋 copy color: '#C0ADF6'

red 192 ◦ green 173 ◦ blue 246

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

Shades of Melrose #C0ADF6

Tints of Melrose #C0ADF6

RGB

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

 GREEN value IS 173 (67.97% from 255) = 28.31%

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

R = 31.42%
G = 28.31%
B = 40.26%

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

#C0ADF6 (or 0xC0ADF6) is known color: Melrose. HEX triplet: C0, AD and F6. RGB value is (192,173,246). Sum of RGB (Red+Green+Blue) = 192+173+246=611 (80% of max value = 765). Red value is 192 (75.39% from 255 or 31.42% from 611); Green value is 173 (67.97% from 255 or 28.31% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #C0ADF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ADF6 is #3F5209. Grayscale: #BABABA. Windows color (decimal): -4149770 or 16166336. OLE color: 16166336.

HSL color Cylindrical-coordinate representation of color #C0ADF6: hue angle of 255.62º 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 #C0ADF6 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 192 173 246 -
CMYK 0.22 0.30 0 0.04
HSL 255.62º 0.8% 0.82% -
HSV(B) 255.62º 0.3% 0.96% -
XYZ 53.32 47.75 93.59 -
YUV 187 161.29 131.56 -
System Red Green Blue C M Y K H S L
Decimal 192 173 246 0.22 0.30 0 0.04 255.62 0.8 0.82
Hex C0 AD F6 16 1E 0 4 100 50 52
Octal 300 255 366 26 36 0 4 400 120 122
Binary 11000000 10101101 11110110 10110 11110 0 100 100000000 1010000 1010010

Color Harmonies of #C0ADF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ADF6

Black with #C0ADF6

Text Example


Text Example

White with #C0ADF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ADF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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