Html Css Color HEX #C0ACFF Melrose

📋 copy color: '#C0ACFF'

red 192 ◦ green 172 ◦ blue 255

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

Shades of Melrose #C0ACFF

Tints of Melrose #C0ACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.2%

R = 31.02%
G = 27.79%
B = 41.2%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C0ACFF (or 0xC0ACFF) is known color: Melrose. HEX triplet: C0, AC and FF. RGB value is (192,172,255). Sum of RGB (Red+Green+Blue) = 192+172+255=619 (81% of max value = 765). Red value is 192 (75.39% from 255 or 31.02% from 619); Green value is 172 (67.58% from 255 or 27.79% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #C0ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C0ACFF is #3F5300. Grayscale: #BBBBBB. Windows color (decimal): -4150017 or 16755904. OLE color: 16755904.

HSL color Cylindrical-coordinate representation of color #C0ACFF: hue angle of 254.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0ACFF is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 192 172 255 -
CMYK 0.25 0.33 0 0
HSL 254.46º 1% 0.84% -
HSV(B) 254.46º 0.33% 1% -
XYZ 54.54 47.93 100.98 -
YUV 187.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 192 172 255 0.25 0.33 0 0 254.46 1 0.84
Hex C0 AC FF 19 21 0 0 FE 64 54
Octal 300 254 377 31 41 0 0 376 144 124
Binary 11000000 10101100 11111111 11001 100001 0 0 11111110 1100100 1010100

Color Harmonies of #C0ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0ACFF

Black with #C0ACFF

Text Example


Text Example

White with #C0ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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