Html Css Color HEX #C4A0FF Mauve

📋 copy color: '#C4A0FF'

red 196 ◦ green 160 ◦ blue 255

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

Shades of Mauve #C4A0FF

Tints of Mauve #C4A0FF

RGB

 RED value IS 196 (76.95% from 255) = 32.08%

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

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

R = 32.08%
G = 26.19%
B = 41.73%

CMYK

 C value IS 0.23

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C4A0FF (or 0xC4A0FF) is known color: Mauve. HEX triplet: C4, A0 and FF. RGB value is (196,160,255). Sum of RGB (Red+Green+Blue) = 196+160+255=611 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.08% from 611); Green value is 160 (62.89% from 255 or 26.19% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #C4A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C4A0FF is #3B5F00. Grayscale: #B5B5B5. Windows color (decimal): -3890945 or 16752836. OLE color: 16752836.

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

Color convert

RGB 196 160 255 -
CMYK 0.23 0.37 0 0
HSL 262.74º 1% 0.81% -
HSV(B) 262.74º 0.37% 1% -
XYZ 53.39 44.1 100.31 -
YUV 181.59 169.43 138.28 -
System Red Green Blue C M Y K H S L
Decimal 196 160 255 0.23 0.37 0 0 262.74 1 0.81
Hex C4 A0 FF 17 25 0 0 107 64 51
Octal 304 240 377 27 45 0 0 407 144 121
Binary 11000100 10100000 11111111 10111 100101 0 0 100000111 1100100 1010001

Color Harmonies of #C4A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A0FF

Black with #C4A0FF

Text Example


Text Example

White with #C4A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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