Html Css Color HEX #C6A0FF Mauve

📋 copy color: '#C6A0FF'

red 198 ◦ green 160 ◦ blue 255

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

Shades of Mauve #C6A0FF

Tints of Mauve #C6A0FF

RGB

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

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

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

R = 32.3%
G = 26.1%
B = 41.6%

CMYK

 C value IS 0.22

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C6A0FF (or 0xC6A0FF) is known color: Mauve. HEX triplet: C6, A0 and FF. RGB value is (198,160,255). Sum of RGB (Red+Green+Blue) = 198+160+255=613 (81% of max value = 765). Red value is 198 (77.73% from 255 or 32.30% from 613); Green value is 160 (62.89% from 255 or 26.10% from 613); Blue value is 255 (100% from 255 or 41.60% from 613); Max value from RGB is 255 - color contains mainly: blue. Hex color #C6A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C6A0FF is #395F00. Grayscale: #B5B5B5. Windows color (decimal): -3759873 or 16752838. OLE color: 16752838.

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

Color convert

RGB 198 160 255 -
CMYK 0.22 0.37 0 0
HSL 264º 1% 0.81% -
HSV(B) 264º 0.37% 1% -
XYZ 53.91 44.37 100.33 -
YUV 182.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 198 160 255 0.22 0.37 0 0 264 1 0.81
Hex C6 A0 FF 16 25 0 0 108 64 51
Octal 306 240 377 26 45 0 0 410 144 121
Binary 11000110 10100000 11111111 10110 100101 0 0 100001000 1100100 1010001

Color Harmonies of #C6A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6A0FF

Black with #C6A0FF

Text Example


Text Example

White with #C6A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6A0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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