#C2ACF5

Color #C2ACF5 Melrose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melrose #C2ACF5

Tints of Melrose #C2ACF5

Color information

#C2ACF5 (or 0xC2ACF5) is unknown color: approx Melrose. HEX triplet: C2, AC and F5. RGB value is (194,172,245). Sum of RGB (Red+Green+Blue) = 194+172+245=611 (80% of max value = 765). Red value is 194 (76.17% from 255 or 31.75% from 611); Green value is 172 (67.58% from 255 or 28.15% from 611); Blue value is 245 (96.09% from 255 or 40.10% from 611); Max value from RGB is 245 - color contains mainly: blue. Hex color #C2ACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF5 is #3D530A. Grayscale: #BABABA. Windows color (decimal): -4018955 or 16100546. OLE color: 16100546.

HSL color Cylindrical-coordinate representation of color #C2ACF5: hue angle of 258.08º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C2ACF5 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB194172245-
CMYK0.210.3000.04
HSL258.08º78.49%81.76%-
HSV(B)258.08º29.8%96.08%-
XYZ53.4847.5792.75-
YUV186.9160.79133.06-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.75%
GREEN value IS 172 (67.58% from 255) = 28.15%
BLUE value IS 245 (96.09% from 255) = 40.10%
R=31.75%
G=28.15%
B=40.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1941722450.210.3000.04258.0878.4981.76
HexC2ACF5151E041024e52
Octal302254365253604402116122
Binary1100001010101100111101011010111110010010000001010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2ACF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2ACF5; }

 p { color: rgb(194,172,245); }

 H1.HeaderClassName
 {
   color: #C2ACF5;
 }
 .AnyTagClassName
 {
   color: #C2ACF5;
 }
</style>
background-color css

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

 a { background-color: rgb(194,172,245); }

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

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

 span { border-color: rgb(194,172,245); }

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