Html Css Color HEX #C0AAFA Melrose

📋 copy color: '#C0AAFA'

red 192 ◦ green 170 ◦ blue 250

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

Shades of Melrose #C0AAFA

Tints of Melrose #C0AAFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.85%

R = 31.37%
G = 27.78%
B = 40.85%

CMYK

 C value IS 0.23

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C0AAFA (or 0xC0AAFA) is known color: Melrose. HEX triplet: C0, AA and FA. RGB value is (192,170,250). Sum of RGB (Red+Green+Blue) = 192+170+250=612 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.37% from 612); Green value is 170 (66.80% from 255 or 27.78% from 612); Blue value is 250 (98.05% from 255 or 40.85% from 612); Max value from RGB is 250 - color contains mainly: blue. Hex color #C0AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0AAFA is #3F5505. Grayscale: #B9B9B9. Windows color (decimal): -4150534 or 16427712. OLE color: 16427712.

HSL color Cylindrical-coordinate representation of color #C0AAFA: hue angle of 256.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0AAFA is Cyan = 0.23, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 192 170 250 -
CMYK 0.23 0.32 0 0.02
HSL 256.5º 0.89% 0.82% -
HSV(B) 256.5º 0.32% 0.98% -
XYZ 53.37 46.86 96.67 -
YUV 185.7 164.29 132.5 -
System Red Green Blue C M Y K H S L
Decimal 192 170 250 0.23 0.32 0 0.02 256.5 0.89 0.82
Hex C0 AA FA 17 20 0 2 100 59 52
Octal 300 252 372 27 40 0 2 400 131 122
Binary 11000000 10101010 11111010 10111 100000 0 10 100000000 1011001 1010010

Color Harmonies of #C0AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0AAFA

Black with #C0AAFA

Text Example


Text Example

White with #C0AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0AAFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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