Html Css Color HEX #C6A0FC Mauve

📋 copy color: '#C6A0FC'

red 198 ◦ green 160 ◦ blue 252

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

Shades of Mauve #C6A0FC

Tints of Mauve #C6A0FC

RGB

 RED value IS 198 (77.73% from 255) = 32.46%

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

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

R = 32.46%
G = 26.23%
B = 41.31%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C6A0FC (or 0xC6A0FC) is known color: Mauve. HEX triplet: C6, A0 and FC. RGB value is (198,160,252). Sum of RGB (Red+Green+Blue) = 198+160+252=610 (80% of max value = 765). Red value is 198 (77.73% from 255 or 32.46% from 610); Green value is 160 (62.89% from 255 or 26.23% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #C6A0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A0FC is #395F03. Grayscale: #B5B5B5. Windows color (decimal): -3759876 or 16556230. OLE color: 16556230.

HSL color Cylindrical-coordinate representation of color #C6A0FC: hue angle of 264.78º 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 #C6A0FC is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 198 160 252 -
CMYK 0.21 0.37 0 0.01
HSL 264.78º 0.94% 0.81% -
HSV(B) 264.78º 0.37% 0.99% -
XYZ 53.43 44.18 97.81 -
YUV 181.85 167.59 139.52 -
System Red Green Blue C M Y K H S L
Decimal 198 160 252 0.21 0.37 0 0.01 264.78 0.94 0.81
Hex C6 A0 FC 15 25 0 1 109 5E 51
Octal 306 240 374 25 45 0 1 411 136 121
Binary 11000110 10100000 11111100 10101 100101 0 1 100001001 1011110 1010001

Color Harmonies of #C6A0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A0FC

Black with #C6A0FC

Text Example


Text Example

White with #C6A0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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