#C8ACFC

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

Shades of Mauve #C8ACFC

Tints of Mauve #C8ACFC

Color information

#C8ACFC (or 0xC8ACFC) is unknown color: approx Mauve. HEX triplet: C8, AC and FC. RGB value is (200,172,252). Sum of RGB (Red+Green+Blue) = 200+172+252=624 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.05% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #C8ACFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8ACFC is #375303. Grayscale: #BDBDBD. Windows color (decimal): -3625732 or 16559304. OLE color: 16559304.

HSL color Cylindrical-coordinate representation of color #C8ACFC: hue angle of 261º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8ACFC is Cyan = 0.21, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB200172252-
CMYK0.210.3200.01
HSL261º93.02%83.14%-
HSV(B)261º31.75%98.82%-
XYZ56.1448.8198.56-
YUV189.49163.28135.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.05%
GREEN value IS 172 (67.58% from 255) = 27.56%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=32.05%
G=27.56%
B=40.38%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2001722520.210.3200.0126193.0283.14
HexC8ACFC1520011055d53
Octal310254374254001405135123
Binary110010001010110011111100101011000000110000010110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8ACFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8ACFC; }

 p { color: rgb(200,172,252); }

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

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

 a { background-color: rgb(200,172,252); }

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

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

 span { border-color: rgb(200,172,252); }

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