Html Css Color HEX #C0ACEA Melrose

📋 copy color: '#C0ACEA'

red 192 ◦ green 172 ◦ blue 234

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

Shades of Melrose #C0ACEA

Tints of Melrose #C0ACEA

RGB

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

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

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

R = 32.11%
G = 28.76%
B = 39.13%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#C0ACEA (or 0xC0ACEA) is known color: Melrose. HEX triplet: C0, AC and EA. RGB value is (192,172,234). Sum of RGB (Red+Green+Blue) = 192+172+234=598 (79% of max value = 765). Red value is 192 (75.39% from 255 or 32.11% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #C0ACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACEA is #3F5315. Grayscale: #B8B8B8. Windows color (decimal): -4150038 or 15379648. OLE color: 15379648.

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

Color convert

RGB 192 172 234 -
CMYK 0.18 0.26 0 0.08
HSL 259.35º 0.6% 0.8% -
HSV(B) 259.35º 0.26% 0.92% -
XYZ 51.34 46.65 84.14 -
YUV 185.05 155.63 132.96 -
System Red Green Blue C M Y K H S L
Decimal 192 172 234 0.18 0.26 0 0.08 259.35 0.6 0.8
Hex C0 AC EA 12 1A 0 8 103 3C 50
Octal 300 254 352 22 32 0 10 403 74 120
Binary 11000000 10101100 11101010 10010 11010 0 1000 100000011 111100 1010000

Color Harmonies of #C0ACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACEA

Black with #C0ACEA

Text Example


Text Example

White with #C0ACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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