Html Css Color HEX #C9AAFF Mauve

📋 copy color: '#C9AAFF'

red 201 ◦ green 170 ◦ blue 255

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

Shades of Mauve #C9AAFF

Tints of Mauve #C9AAFF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.16%

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

R = 32.11%
G = 27.16%
B = 40.73%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9AAFF (or 0xC9AAFF) is known color: Mauve. HEX triplet: C9, AA and FF. RGB value is (201,170,255). Sum of RGB (Red+Green+Blue) = 201+170+255=626 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.11% from 626); Green value is 170 (66.80% from 255 or 27.16% from 626); Blue value is 255 (100% from 255 or 40.73% from 626); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAFF is #365500. Grayscale: #BCBCBC. Windows color (decimal): -3560705 or 16755401. OLE color: 16755401.

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

Color convert

RGB 201 170 255 -
CMYK 0.21 0.33 0 0
HSL 261.88º 1% 0.83% -
HSV(B) 261.88º 0.33% 1% -
XYZ 56.51 48.39 100.97 -
YUV 188.96 165.27 136.59 -
System Red Green Blue C M Y K H S L
Decimal 201 170 255 0.21 0.33 0 0 261.88 1 0.83
Hex C9 AA FF 15 21 0 0 106 64 53
Octal 311 252 377 25 41 0 0 406 144 123
Binary 11001001 10101010 11111111 10101 100001 0 0 100000110 1100100 1010011

Color Harmonies of #C9AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAFF

Black with #C9AAFF

Text Example


Text Example

White with #C9AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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