Html Css Color HEX #C9A4FC Mauve

📋 copy color: '#C9A4FC'

red 201 ◦ green 164 ◦ blue 252

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

Shades of Mauve #C9A4FC

Tints of Mauve #C9A4FC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.58%

 BLUE value IS 252 (98.83% from 255) = 40.84%

R = 32.58%
G = 26.58%
B = 40.84%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9A4FC (or 0xC9A4FC) is known color: Mauve. HEX triplet: C9, A4 and FC. RGB value is (201,164,252). Sum of RGB (Red+Green+Blue) = 201+164+252=617 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.58% from 617); Green value is 164 (64.45% from 255 or 26.58% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9A4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A4FC is #365B03. Grayscale: #B8B8B8. Windows color (decimal): -3562244 or 16557257. OLE color: 16557257.

HSL color Cylindrical-coordinate representation of color #C9A4FC: hue angle of 265.23º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C9A4FC is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 164 252 -
CMYK 0.20 0.35 0 0.01
HSL 265.23º 0.94% 0.82% -
HSV(B) 265.23º 0.35% 0.99% -
XYZ 54.93 46 98.08 -
YUV 185.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 201 164 252 0.20 0.35 0 0.01 265.23 0.94 0.82
Hex C9 A4 FC 14 23 0 1 109 5E 52
Octal 311 244 374 24 43 0 1 411 136 122
Binary 11001001 10100100 11111100 10100 100011 0 1 100001001 1011110 1010010

Color Harmonies of #C9A4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A4FC

Black with #C9A4FC

Text Example


Text Example

White with #C9A4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A4FC; }

 p { color: rgb(201,164,252); }

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

background-color css

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

 a { background-color: rgb(201,164,252); }

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

border-color css

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

 span { border-color: rgb(201,164,252); }

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