Html Css Color HEX #C9ACF8 Mauve

📋 copy color: '#C9ACF8'

red 201 ◦ green 172 ◦ blue 248

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

Shades of Mauve #C9ACF8

Tints of Mauve #C9ACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 39.94%

R = 32.37%
G = 27.7%
B = 39.94%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#C9ACF8 (or 0xC9ACF8) is known color: Mauve. HEX triplet: C9, AC and F8. RGB value is (201,172,248). Sum of RGB (Red+Green+Blue) = 201+172+248=621 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.37% from 621); Green value is 172 (67.58% from 255 or 27.70% from 621); Blue value is 248 (97.27% from 255 or 39.94% from 621); Max value from RGB is 248 - color contains mainly: blue. Hex color #C9ACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9ACF8 is #365307. Grayscale: #BDBDBD. Windows color (decimal): -3560200 or 16297161. OLE color: 16297161.

HSL color Cylindrical-coordinate representation of color #C9ACF8: hue angle of 262.89º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9ACF8 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 201 172 248 -
CMYK 0.19 0.31 0 0.03
HSL 262.89º 0.84% 0.82% -
HSV(B) 262.89º 0.31% 0.97% -
XYZ 55.78 48.7 95.27 -
YUV 189.34 161.11 136.32 -
System Red Green Blue C M Y K H S L
Decimal 201 172 248 0.19 0.31 0 0.03 262.89 0.84 0.82
Hex C9 AC F8 13 1F 0 3 107 54 52
Octal 311 254 370 23 37 0 3 407 124 122
Binary 11001001 10101100 11111000 10011 11111 0 11 100000111 1010100 1010010

Color Harmonies of #C9ACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9ACF8

Black with #C9ACF8

Text Example


Text Example

White with #C9ACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9ACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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