#CC9FFB

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

Shades of Mauve #CC9FFB

Tints of Mauve #CC9FFB

Color information

#CC9FFB (or 0xCC9FFB) is unknown color: approx Mauve. HEX triplet: CC, 9F and FB. RGB value is (204,159,251). Sum of RGB (Red+Green+Blue) = 204+159+251=614 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.22% from 614); Green value is 159 (62.5% from 255 or 25.90% from 614); Blue value is 251 (98.44% from 255 or 40.88% from 614); Max value from RGB is 251 - color contains mainly: blue. Hex color #CC9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9FFB is #336004. Grayscale: #B6B6B6. Windows color (decimal): -3366917 or 16490444. OLE color: 16490444.

HSL color Cylindrical-coordinate representation of color #CC9FFB: hue angle of 269.35º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9FFB is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB204159251-
CMYK0.190.3700.02
HSL269.35º92%80.39%-
HSV(B)269.35º36.65%98.43%-
XYZ54.7144.696.99-
YUV182.94166.41143.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.22%
GREEN value IS 159 (62.5% from 255) = 25.90%
BLUE value IS 251 (98.44% from 255) = 40.88%
R=33.22%
G=25.90%
B=40.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2041592510.190.3700.02269.359280.39
HexCC9FFB13250210d5c50
Octal314237373234502415134120
Binary1100110010011111111110111001110010101010000110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9FFB; }

 p { color: rgb(204,159,251); }

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

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

 a { background-color: rgb(204,159,251); }

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

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

 span { border-color: rgb(204,159,251); }

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