#cca0f8

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

Shades of Mauve #CCA0F8

Tints of Mauve #CCA0F8

Color information

#CCA0F8 (or 0xCCA0F8) is unknown color: approx Mauve. HEX triplet: CC, A0 and F8. RGB value is (204,160,248). Sum of RGB (Red+Green+Blue) = 204+160+248=612 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.33% from 612); Green value is 160 (62.89% from 255 or 26.14% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCA0F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0F8 is #335F07. Grayscale: #B6B6B6. Windows color (decimal): -3366664 or 16294092. OLE color: 16294092.

HSL color Cylindrical-coordinate representation of color #CCA0F8: hue angle of 270º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CCA0F8 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204160248-
CMYK0.180.3500.03
HSL270º86.27%80%-
HSV(B)270º35.48%97.25%-
XYZ54.4244.7694.58-
YUV183.19164.58142.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.33%
GREEN value IS 160 (62.89% from 255) = 26.14%
BLUE value IS 248 (97.27% from 255) = 40.52%
R=33.33%
G=26.14%
B=40.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041602480.180.3500.0327086.2780
HexCCA0F812230310e5650
Octal314240370224303416126120
Binary1100110010100000111110001001010001101110000111010101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cca0f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cca0f8; }

 p { color: rgb(204,160,248); }

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

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

 a { background-color: rgb(204,160,248); }

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

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

 span { border-color: rgb(204,160,248); }

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