Html Css Color HEX #C9A0FF Mauve

📋 copy color: '#C9A0FF'

red 201 ◦ green 160 ◦ blue 255

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

Shades of Mauve #C9A0FF

Tints of Mauve #C9A0FF

RGB

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

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

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

R = 32.63%
G = 25.97%
B = 41.4%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C9A0FF (or 0xC9A0FF) is known color: Mauve. HEX triplet: C9, A0 and FF. RGB value is (201,160,255). Sum of RGB (Red+Green+Blue) = 201+160+255=616 (81% of max value = 765). Red value is 201 (78.91% from 255 or 32.63% from 616); Green value is 160 (62.89% from 255 or 25.97% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #C9A0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A0FF is #365F00. Grayscale: #B6B6B6. Windows color (decimal): -3563265 or 16752841. OLE color: 16752841.

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

Color convert

RGB 201 160 255 -
CMYK 0.21 0.37 0 0
HSL 265.89º 1% 0.81% -
HSV(B) 265.89º 0.37% 1% -
XYZ 54.71 44.78 100.37 -
YUV 183.09 168.58 140.78 -
System Red Green Blue C M Y K H S L
Decimal 201 160 255 0.21 0.37 0 0 265.89 1 0.81
Hex C9 A0 FF 15 25 0 0 10A 64 51
Octal 311 240 377 25 45 0 0 412 144 121
Binary 11001001 10100000 11111111 10101 100101 0 0 100001010 1100100 1010001

Color Harmonies of #C9A0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A0FF

Black with #C9A0FF

Text Example


Text Example

White with #C9A0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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