Html Css Color HEX #C9ACFF Mauve

📋 copy color: '#C9ACFF'

red 201 ◦ green 172 ◦ blue 255

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

Shades of Mauve #C9ACFF

Tints of Mauve #C9ACFF

RGB

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

 GREEN value IS 172 (67.58% from 255) = 27.39%

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

R = 32.01%
G = 27.39%
B = 40.61%

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

#C9ACFF (or 0xC9ACFF) is known color: Mauve. HEX triplet: C9, AC and FF. RGB value is (201,172,255). Sum of RGB (Red+Green+Blue) = 201+172+255=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 172 (67.58% from 255 or 27.39% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9ACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACFF is #365300. Grayscale: #BDBDBD. Windows color (decimal): -3560193 or 16755913. OLE color: 16755913.

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

Color convert

RGB 201 172 255 -
CMYK 0.21 0.33 0 0
HSL 260.96º 1% 0.84% -
HSV(B) 260.96º 0.33% 1% -
XYZ 56.89 49.14 101.09 -
YUV 190.13 164.61 135.75 -
System Red Green Blue C M Y K H S L
Decimal 201 172 255 0.21 0.33 0 0 260.96 1 0.84
Hex C9 AC FF 15 21 0 0 105 64 54
Octal 311 254 377 25 41 0 0 405 144 124
Binary 11001001 10101100 11111111 10101 100001 0 0 100000101 1100100 1010100

Color Harmonies of #C9ACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACFF

Black with #C9ACFF

Text Example


Text Example

White with #C9ACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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