Html Css Color HEX #C8A0FF Mauve

📋 copy color: '#C8A0FF'

red 200 ◦ green 160 ◦ blue 255

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

Shades of Mauve #C8A0FF

Tints of Mauve #C8A0FF

RGB

 RED value IS 200 (78.52% from 255) = 32.52%

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

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

R = 32.52%
G = 26.02%
B = 41.46%

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

#C8A0FF (or 0xC8A0FF) is known color: Mauve. HEX triplet: C8, A0 and FF. RGB value is (200,160,255). Sum of RGB (Red+Green+Blue) = 200+160+255=615 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.52% from 615); Green value is 160 (62.89% from 255 or 26.02% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A0FF is #375F00. Grayscale: #B6B6B6. Windows color (decimal): -3628801 or 16752840. OLE color: 16752840.

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

Color convert

RGB 200 160 255 -
CMYK 0.22 0.37 0 0
HSL 265.26º 1% 0.81% -
HSV(B) 265.26º 0.37% 1% -
XYZ 54.44 44.64 100.36 -
YUV 182.79 168.75 140.28 -
System Red Green Blue C M Y K H S L
Decimal 200 160 255 0.22 0.37 0 0 265.26 1 0.81
Hex C8 A0 FF 16 25 0 0 109 64 51
Octal 310 240 377 26 45 0 0 411 144 121
Binary 11001000 10100000 11111111 10110 100101 0 0 100001001 1100100 1010001

Color Harmonies of #C8A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A0FF

Black with #C8A0FF

Text Example


Text Example

White with #C8A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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