Html Css Color HEX #C0ABEB Melrose

📋 copy color: '#C0ABEB'

red 192 ◦ green 171 ◦ blue 235

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

Shades of Melrose #C0ABEB

Tints of Melrose #C0ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.3%

R = 32.11%
G = 28.6%
B = 39.3%

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

#C0ABEB (or 0xC0ABEB) is known color: Melrose. HEX triplet: C0, AB and EB. RGB value is (192,171,235). Sum of RGB (Red+Green+Blue) = 192+171+235=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 235 (92.19% from 255 or 39.30% from 598); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0ABEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ABEB is #3F5414. Grayscale: #B8B8B8. Windows color (decimal): -4150293 or 15444928. OLE color: 15444928.

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

Color convert

RGB 192 171 235 -
CMYK 0.18 0.27 0 0.08
HSL 259.69º 0.62% 0.8% -
HSV(B) 259.69º 0.27% 0.92% -
XYZ 51.3 46.33 84.84 -
YUV 184.58 156.46 133.3 -
System Red Green Blue C M Y K H S L
Decimal 192 171 235 0.18 0.27 0 0.08 259.69 0.62 0.8
Hex C0 AB EB 12 1B 0 8 104 3E 50
Octal 300 253 353 22 33 0 10 404 76 120
Binary 11000000 10101011 11101011 10010 11011 0 1000 100000100 111110 1010000

Color Harmonies of #C0ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ABEB

Black with #C0ABEB

Text Example


Text Example

White with #C0ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ABEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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