Html Css Color HEX #C0ACEB Melrose

📋 copy color: '#C0ACEB'

red 192 ◦ green 172 ◦ blue 235

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

Shades of Melrose #C0ACEB

Tints of Melrose #C0ACEB

RGB

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

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

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

R = 32.05%
G = 28.71%
B = 39.23%

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

#C0ACEB (or 0xC0ACEB) is known color: Melrose. HEX triplet: C0, AC and EB. RGB value is (192,172,235). Sum of RGB (Red+Green+Blue) = 192+172+235=599 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.05% from 599); Green value is 172 (67.58% from 255 or 28.71% from 599); Blue value is 235 (92.19% from 255 or 39.23% from 599); Max value from RGB is 235 - color contains mainly: blue. Hex color #C0ACEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACEB is #3F5314. Grayscale: #B8B8B8. Windows color (decimal): -4150037 or 15445184. OLE color: 15445184.

HSL color Cylindrical-coordinate representation of color #C0ACEB: hue angle of 259.05º degrees, saturation: 0.61, 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 #C0ACEB is Cyan = 0.18, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 192 172 235 -
CMYK 0.18 0.27 0 0.08
HSL 259.05º 0.61% 0.8% -
HSV(B) 259.05º 0.27% 0.92% -
XYZ 51.49 46.71 84.9 -
YUV 185.16 156.13 132.88 -
System Red Green Blue C M Y K H S L
Decimal 192 172 235 0.18 0.27 0 0.08 259.05 0.61 0.8
Hex C0 AC EB 12 1B 0 8 103 3D 50
Octal 300 254 353 22 33 0 10 403 75 120
Binary 11000000 10101100 11101011 10010 11011 0 1000 100000011 111101 1010000

Color Harmonies of #C0ACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACEB

Black with #C0ACEB

Text Example


Text Example

White with #C0ACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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