Html Css Color HEX #C9A6FE Mauve

📋 copy color: '#C9A6FE'

red 201 ◦ green 166 ◦ blue 254

#C9A6FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #C9A6FE

Tints of Mauve #C9A6FE

RGB

 RED value IS 201 (78.91% from 255) = 32.37%

 GREEN value IS 166 (65.23% from 255) = 26.73%

 BLUE value IS 254 (99.61% from 255) = 40.9%

R = 32.37%
G = 26.73%
B = 40.9%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9A6FE (or 0xC9A6FE) is known color: Mauve. HEX triplet: C9, A6 and FE. RGB value is (201,166,254). Sum of RGB (Red+Green+Blue) = 201+166+254=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 166 (65.23% from 255 or 26.73% from 621); Blue value is 254 (99.61% from 255 or 40.90% from 621); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9A6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A6FE is #365901. Grayscale: #BABABA. Windows color (decimal): -3561730 or 16688841. OLE color: 16688841.

HSL color Cylindrical-coordinate representation of color #C9A6FE: hue angle of 263.86º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9A6FE is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 166 254 -
CMYK 0.21 0.35 0 0.00
HSL 263.86º 0.98% 0.82% -
HSV(B) 263.86º 0.35% 1% -
XYZ 55.61 46.85 99.88 -
YUV 186.5 166.1 138.34 -
System Red Green Blue C M Y K H S L
Decimal 201 166 254 0.21 0.35 0 0.00 263.86 0.98 0.82
Hex C9 A6 FE 15 23 0 0 108 62 52
Octal 311 246 376 25 43 0 0 410 142 122
Binary 11001001 10100110 11111110 10101 100011 0 0 100001000 1100010 1010010

Color Harmonies of #C9A6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A6FE

Black with #C9A6FE

Text Example


Text Example

White with #C9A6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A6FE; }

 p { color: rgb(201,166,254); }

 H1.HeaderClassName
 {
   color: #C9A6FE;
 }
 .AnyTagClassName
 {
   color: #C9A6FE;
 }
</style>

background-color css

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

 a { background-color: rgb(201,166,254); }

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

border-color css

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

 span { border-color: rgb(201,166,254); }

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