#CC9CF7

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

Shades of Mauve #CC9CF7

Tints of Mauve #CC9CF7

Color information

#CC9CF7 (or 0xCC9CF7) is unknown color: approx Mauve. HEX triplet: CC, 9C and F7. RGB value is (204,156,247). Sum of RGB (Red+Green+Blue) = 204+156+247=607 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.61% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 247 (96.88% from 255 or 40.69% from 607); Max value from RGB is 247 - color contains mainly: blue. Hex color #CC9CF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CC9CF7 is #336308. Grayscale: #B4B4B4. Windows color (decimal): -3367689 or 16227532. OLE color: 16227532.

HSL color Cylindrical-coordinate representation of color #CC9CF7: hue angle of 271.65º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CC9CF7 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB204156247-
CMYK0.170.3700.03
HSL271.65º85.05%79.02%-
HSV(B)271.65º36.84%96.86%-
XYZ53.5843.3393.54-
YUV180.73165.4144.6-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.61%
GREEN value IS 156 (61.33% from 255) = 25.70%
BLUE value IS 247 (96.88% from 255) = 40.69%
R=33.61%
G=25.70%
B=40.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2041562470.170.3700.03271.6585.0579.02
HexCC9CF7112503110554f
Octal314234367214503420125117
Binary1100110010011100111101111000110010101110001000010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9CF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9CF7; }

 p { color: rgb(204,156,247); }

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

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

 a { background-color: rgb(204,156,247); }

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

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

 span { border-color: rgb(204,156,247); }

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