Html Css Color HEX #C9A0FC Mauve

📋 copy color: '#C9A0FC'

red 201 ◦ green 160 ◦ blue 252

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

Shades of Mauve #C9A0FC

Tints of Mauve #C9A0FC

RGB

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

 GREEN value IS 160 (62.89% from 255) = 26.1%

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

R = 32.79%
G = 26.1%
B = 41.11%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9A0FC (or 0xC9A0FC) is known color: Mauve. HEX triplet: C9, A0 and FC. RGB value is (201,160,252). Sum of RGB (Red+Green+Blue) = 201+160+252=613 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.79% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A0FC is #365F03. Grayscale: #B6B6B6. Windows color (decimal): -3563268 or 16556233. OLE color: 16556233.

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

Color convert

RGB 201 160 252 -
CMYK 0.20 0.37 0 0.01
HSL 266.74º 0.94% 0.81% -
HSV(B) 266.74º 0.37% 0.99% -
XYZ 54.23 44.59 97.84 -
YUV 182.75 167.08 141.02 -
System Red Green Blue C M Y K H S L
Decimal 201 160 252 0.20 0.37 0 0.01 266.74 0.94 0.81
Hex C9 A0 FC 14 25 0 1 10B 5E 51
Octal 311 240 374 24 45 0 1 413 136 121
Binary 11001001 10100000 11111100 10100 100101 0 1 100001011 1011110 1010001

Color Harmonies of #C9A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A0FC

Black with #C9A0FC

Text Example


Text Example

White with #C9A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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