Html Css Color HEX #C9A9FF Mauve

📋 copy color: '#C9A9FF'

red 201 ◦ green 169 ◦ blue 255

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

Shades of Mauve #C9A9FF

Tints of Mauve #C9A9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.04%

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

R = 32.16%
G = 27.04%
B = 40.8%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9A9FF (or 0xC9A9FF) is known color: Mauve. HEX triplet: C9, A9 and FF. RGB value is (201,169,255). Sum of RGB (Red+Green+Blue) = 201+169+255=625 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.16% from 625); Green value is 169 (66.41% from 255 or 27.04% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A9FF is #365600. Grayscale: #BCBCBC. Windows color (decimal): -3560961 or 16755145. OLE color: 16755145.

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

Color convert

RGB 201 169 255 -
CMYK 0.21 0.34 0 0
HSL 262.33º 1% 0.83% -
HSV(B) 262.33º 0.34% 1% -
XYZ 56.33 48.01 100.91 -
YUV 188.37 165.6 137.01 -
System Red Green Blue C M Y K H S L
Decimal 201 169 255 0.21 0.34 0 0 262.33 1 0.83
Hex C9 A9 FF 15 22 0 0 106 64 53
Octal 311 251 377 25 42 0 0 406 144 123
Binary 11001001 10101001 11111111 10101 100010 0 0 100000110 1100100 1010011

Color Harmonies of #C9A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A9FF

Black with #C9A9FF

Text Example


Text Example

White with #C9A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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