Html Css Color HEX #C9A6FF Mauve

📋 copy color: '#C9A6FF'

red 201 ◦ green 166 ◦ blue 255

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

Shades of Mauve #C9A6FF

Tints of Mauve #C9A6FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41%

R = 32.32%
G = 26.69%
B = 41%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9A6FF (or 0xC9A6FF) is known color: Mauve. HEX triplet: C9, A6 and FF. RGB value is (201,166,255). Sum of RGB (Red+Green+Blue) = 201+166+255=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 255 (100% from 255 or 41.00% from 622); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A6FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A6FF is #365900. Grayscale: #BABABA. Windows color (decimal): -3561729 or 16754377. OLE color: 16754377.

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

Color convert

RGB 201 166 255 -
CMYK 0.21 0.35 0 0
HSL 263.6º 1% 0.83% -
HSV(B) 263.6º 0.35% 1% -
XYZ 55.77 46.91 100.72 -
YUV 186.61 166.6 138.26 -
System Red Green Blue C M Y K H S L
Decimal 201 166 255 0.21 0.35 0 0 263.6 1 0.83
Hex C9 A6 FF 15 23 0 0 108 64 53
Octal 311 246 377 25 43 0 0 410 144 123
Binary 11001001 10100110 11111111 10101 100011 0 0 100001000 1100100 1010011

Color Harmonies of #C9A6FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A6FF

Black with #C9A6FF

Text Example


Text Example

White with #C9A6FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A6FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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