Html Css Color HEX #C0ABEA Melrose

📋 copy color: '#C0ABEA'

red 192 ◦ green 171 ◦ blue 234

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

Shades of Melrose #C0ABEA

Tints of Melrose #C0ABEA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.64%

 BLUE value IS 234 (91.8% from 255) = 39.2%

R = 32.16%
G = 28.64%
B = 39.2%

CMYK

 C value IS 0.18

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0ABEA (or 0xC0ABEA) is known color: Melrose. HEX triplet: C0, AB and EA. RGB value is (192,171,234). Sum of RGB (Red+Green+Blue) = 192+171+234=597 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.16% from 597); Green value is 171 (67.19% from 255 or 28.64% from 597); Blue value is 234 (91.80% from 255 or 39.20% from 597); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0ABEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABEA is #3F5415. Grayscale: #B8B8B8. Windows color (decimal): -4150294 or 15379392. OLE color: 15379392.

HSL color Cylindrical-coordinate representation of color #C0ABEA: hue angle of 260º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C0ABEA is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 171 234 -
CMYK 0.18 0.27 0 0.08
HSL 260º 0.6% 0.79% -
HSV(B) 260º 0.27% 0.92% -
XYZ 51.15 46.27 84.08 -
YUV 184.46 155.96 133.38 -
System Red Green Blue C M Y K H S L
Decimal 192 171 234 0.18 0.27 0 0.08 260 0.6 0.79
Hex C0 AB EA 12 1B 0 8 104 3C 4F
Octal 300 253 352 22 33 0 10 404 74 117
Binary 11000000 10101011 11101010 10010 11011 0 1000 100000100 111100 1001111

Color Harmonies of #C0ABEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABEA

Black with #C0ABEA

Text Example


Text Example

White with #C0ABEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABEA; }

 p { color: rgb(192,171,234); }

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

background-color css

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

 a { background-color: rgb(192,171,234); }

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

border-color css

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

 span { border-color: rgb(192,171,234); }

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