Html Css Color HEX #C9AAFB Mauve

📋 copy color: '#C9AAFB'

red 201 ◦ green 170 ◦ blue 251

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

Shades of Mauve #C9AAFB

Tints of Mauve #C9AAFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.35%

R = 32.32%
G = 27.33%
B = 40.35%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C9AAFB (or 0xC9AAFB) is known color: Mauve. HEX triplet: C9, AA and FB. RGB value is (201,170,251). Sum of RGB (Red+Green+Blue) = 201+170+251=622 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.32% from 622); Green value is 170 (66.80% from 255 or 27.33% from 622); Blue value is 251 (98.44% from 255 or 40.35% from 622); Max value from RGB is 251 - color contains mainly: blue. Hex color #C9AAFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AAFB is #365504. Grayscale: #BCBCBC. Windows color (decimal): -3560709 or 16493257. OLE color: 16493257.

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

Color convert

RGB 201 170 251 -
CMYK 0.20 0.32 0 0.02
HSL 262.96º 0.91% 0.83% -
HSV(B) 262.96º 0.32% 0.98% -
XYZ 55.87 48.13 97.61 -
YUV 188.5 163.27 136.91 -
System Red Green Blue C M Y K H S L
Decimal 201 170 251 0.20 0.32 0 0.02 262.96 0.91 0.83
Hex C9 AA FB 14 20 0 2 107 5B 53
Octal 311 252 373 24 40 0 2 407 133 123
Binary 11001001 10101010 11111011 10100 100000 0 10 100000111 1011011 1010011

Color Harmonies of #C9AAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AAFB

Black with #C9AAFB

Text Example


Text Example

White with #C9AAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AAFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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