#CCACFA

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

Shades of Mauve #CCACFA

Tints of Mauve #CCACFA

Color information

#CCACFA (or 0xCCACFA) is unknown color: approx Mauve. HEX triplet: CC, AC and FA. RGB value is (204,172,250). Sum of RGB (Red+Green+Blue) = 204+172+250=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 172 (67.58% from 255 or 27.48% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCACFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCACFA is #335305. Grayscale: #BEBEBE. Windows color (decimal): -3363590 or 16428236. OLE color: 16428236.

HSL color Cylindrical-coordinate representation of color #CCACFA: hue angle of 264.62º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCACFA is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204172250-
CMYK0.180.3100.02
HSL264.62º88.64%82.75%-
HSV(B)264.62º31.2%98.04%-
XYZ56.9149.2496.95-
YUV190.46161.6137.66-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 172 (67.58% from 255) = 27.48%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=32.59%
G=27.48%
B=39.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041722500.180.3100.02264.6288.6482.75
HexCCACFA121F021095953
Octal314254372223702411131123
Binary110011001010110011111010100101111101010000100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCACFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCACFA; }

 p { color: rgb(204,172,250); }

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

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

 a { background-color: rgb(204,172,250); }

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

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

 span { border-color: rgb(204,172,250); }

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