#C59CFF

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

Shades of Mauve #C59CFF

Tints of Mauve #C59CFF

Color information

#C59CFF (or 0xC59CFF) is unknown color: approx Mauve. HEX triplet: C5, 9C and FF. RGB value is (197,156,255). Sum of RGB (Red+Green+Blue) = 197+156+255=608 (80% of max value = 765). Red value is 197 (77.34% from 255 or 32.40% from 608); Green value is 156 (61.33% from 255 or 25.66% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #C59CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C59CFF is #3A6300. Grayscale: #B3B3B3. Windows color (decimal): -3826433 or 16751813. OLE color: 16751813.

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

Color convert

RGB197156255-
CMYK0.230.3900
HSL264.85º100%80.59%-
HSV(B)264.85º38.82%100%-
XYZ52.9642.87100.09-
YUV179.54170.58140.45-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 32.40%
GREEN value IS 156 (61.33% from 255) = 25.66%
BLUE value IS 255 (100% from 255) = 41.94%
R=32.40%
G=25.66%
B=41.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1971562550.230.3900264.8510080.59
HexC59CFF1727001096451
Octal305234377274700411144121
Binary110001011001110011111111101111001110010000100111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59CFF; }

 p { color: rgb(197,156,255); }

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

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

 a { background-color: rgb(197,156,255); }

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

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

 span { border-color: rgb(197,156,255); }

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