Html Css Color HEX #C0ACEF Melrose

📋 copy color: '#C0ACEF'

red 192 ◦ green 172 ◦ blue 239

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

Shades of Melrose #C0ACEF

Tints of Melrose #C0ACEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.64%

R = 31.84%
G = 28.52%
B = 39.64%

CMYK

 C value IS 0.20

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#C0ACEF (or 0xC0ACEF) is known color: Melrose. HEX triplet: C0, AC and EF. RGB value is (192,172,239). Sum of RGB (Red+Green+Blue) = 192+172+239=603 (79% of max value = 765). Red value is 192 (75.39% from 255 or 31.84% from 603); Green value is 172 (67.58% from 255 or 28.52% from 603); Blue value is 239 (93.75% from 255 or 39.64% from 603); Max value from RGB is 239 - color contains mainly: blue. Hex color #C0ACEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACEF is #3F5310. Grayscale: #B9B9B9. Windows color (decimal): -4150033 or 15707328. OLE color: 15707328.

HSL color Cylindrical-coordinate representation of color #C0ACEF: hue angle of 257.91º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C0ACEF is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 172 239 -
CMYK 0.20 0.28 0 0.06
HSL 257.91º 0.68% 0.81% -
HSV(B) 257.91º 0.28% 0.94% -
XYZ 52.07 46.94 87.98 -
YUV 185.62 158.13 132.55 -
System Red Green Blue C M Y K H S L
Decimal 192 172 239 0.20 0.28 0 0.06 257.91 0.68 0.81
Hex C0 AC EF 14 1C 0 6 102 44 51
Octal 300 254 357 24 34 0 6 402 104 121
Binary 11000000 10101100 11101111 10100 11100 0 110 100000010 1000100 1010001

Color Harmonies of #C0ACEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACEF

Black with #C0ACEF

Text Example


Text Example

White with #C0ACEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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