Html Css Color HEX #C9A6FA Mauve

📋 copy color: '#C9A6FA'

red 201 ◦ green 166 ◦ blue 250

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

Shades of Mauve #C9A6FA

Tints of Mauve #C9A6FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.52%

R = 32.58%
G = 26.9%
B = 40.52%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9A6FA (or 0xC9A6FA) is known color: Mauve. HEX triplet: C9, A6 and FA. RGB value is (201,166,250). Sum of RGB (Red+Green+Blue) = 201+166+250=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 250 (98.05% from 255 or 40.52% from 617); Max value from RGB is 250 - color contains mainly: blue. Hex color #C9A6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A6FA is #365905. Grayscale: #B9B9B9. Windows color (decimal): -3561734 or 16426697. OLE color: 16426697.

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

Color convert

RGB 201 166 250 -
CMYK 0.20 0.34 0 0.02
HSL 265º 0.89% 0.82% -
HSV(B) 265º 0.34% 0.98% -
XYZ 54.98 46.59 96.54 -
YUV 186.04 164.1 138.67 -
System Red Green Blue C M Y K H S L
Decimal 201 166 250 0.20 0.34 0 0.02 265 0.89 0.82
Hex C9 A6 FA 14 22 0 2 109 59 52
Octal 311 246 372 24 42 0 2 411 131 122
Binary 11001001 10100110 11111010 10100 100010 0 10 100001001 1011001 1010010

Color Harmonies of #C9A6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A6FA

Black with #C9A6FA

Text Example


Text Example

White with #C9A6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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