Html Css Color HEX #C9A8FE Mauve

📋 copy color: '#C9A8FE'

red 201 ◦ green 168 ◦ blue 254

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

Shades of Mauve #C9A8FE

Tints of Mauve #C9A8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.97%

 BLUE value IS 254 (99.61% from 255) = 40.77%

R = 32.26%
G = 26.97%
B = 40.77%

CMYK

 C value IS 0.21

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C9A8FE (or 0xC9A8FE) is known color: Mauve. HEX triplet: C9, A8 and FE. RGB value is (201,168,254). Sum of RGB (Red+Green+Blue) = 201+168+254=623 (82% of max value = 765). Red value is 201 (78.91% from 255 or 32.26% from 623); Green value is 168 (66.02% from 255 or 26.97% from 623); Blue value is 254 (99.61% from 255 or 40.77% from 623); Max value from RGB is 254 - color contains mainly: blue. Hex color #C9A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9A8FE is #365701. Grayscale: #BBBBBB. Windows color (decimal): -3561218 or 16689353. OLE color: 16689353.

HSL color Cylindrical-coordinate representation of color #C9A8FE: hue angle of 263.02º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C9A8FE is Cyan = 0.21, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 201 168 254 -
CMYK 0.21 0.34 0 0.00
HSL 263.02º 0.98% 0.83% -
HSV(B) 263.02º 0.34% 1% -
XYZ 55.98 47.58 100 -
YUV 187.67 165.43 137.51 -
System Red Green Blue C M Y K H S L
Decimal 201 168 254 0.21 0.34 0 0.00 263.02 0.98 0.83
Hex C9 A8 FE 15 22 0 0 107 62 53
Octal 311 250 376 25 42 0 0 407 142 123
Binary 11001001 10101000 11111110 10101 100010 0 0 100000111 1100010 1010011

Color Harmonies of #C9A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A8FE

Black with #C9A8FE

Text Example


Text Example

White with #C9A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A8FE; }

 p { color: rgb(201,168,254); }

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

background-color css

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

 a { background-color: rgb(201,168,254); }

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

border-color css

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

 span { border-color: rgb(201,168,254); }

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