Html Css Color HEX #C2ACF6 Melrose

📋 copy color: '#C2ACF6'

red 194 ◦ green 172 ◦ blue 246

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

Shades of Melrose #C2ACF6

Tints of Melrose #C2ACF6

RGB

 RED value IS 194 (76.17% from 255) = 31.7%

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

 BLUE value IS 246 (96.48% from 255) = 40.2%

R = 31.7%
G = 28.1%
B = 40.2%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#C2ACF6 (or 0xC2ACF6) is known color: Melrose. HEX triplet: C2, AC and F6. RGB value is (194,172,246). Sum of RGB (Red+Green+Blue) = 194+172+246=612 (81% of max value = 765). Red value is 194 (76.17% from 255 or 31.70% from 612); Green value is 172 (67.58% from 255 or 28.10% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #C2ACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C2ACF6 is #3D5309. Grayscale: #BABABA. Windows color (decimal): -4018954 or 16166082. OLE color: 16166082.

HSL color Cylindrical-coordinate representation of color #C2ACF6: hue angle of 257.84º degrees, saturation: 0.8, 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 #C2ACF6 is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 194 172 246 -
CMYK 0.21 0.30 0 0.04
HSL 257.84º 0.8% 0.82% -
HSV(B) 257.84º 0.3% 0.96% -
XYZ 53.64 47.63 93.56 -
YUV 187.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 194 172 246 0.21 0.30 0 0.04 257.84 0.8 0.82
Hex C2 AC F6 15 1E 0 4 102 50 52
Octal 302 254 366 25 36 0 4 402 120 122
Binary 11000010 10101100 11110110 10101 11110 0 100 100000010 1010000 1010010

Color Harmonies of #C2ACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2ACF6

Black with #C2ACF6

Text Example


Text Example

White with #C2ACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2ACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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