Html Css Color HEX #C9AFFC Mauve

📋 copy color: '#C9AFFC'

red 201 ◦ green 175 ◦ blue 252

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

Shades of Mauve #C9AFFC

Tints of Mauve #C9AFFC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 27.87%

 BLUE value IS 252 (98.83% from 255) = 40.13%

R = 32.01%
G = 27.87%
B = 40.13%

CMYK

 C value IS 0.20

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#C9AFFC (or 0xC9AFFC) is known color: Mauve. HEX triplet: C9, AF and FC. RGB value is (201,175,252). Sum of RGB (Red+Green+Blue) = 201+175+252=628 (83% of max value = 765). Red value is 201 (78.91% from 255 or 32.01% from 628); Green value is 175 (68.75% from 255 or 27.87% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #C9AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C9AFFC is #365003. Grayscale: #BFBFBF. Windows color (decimal): -3559428 or 16560073. OLE color: 16560073.

HSL color Cylindrical-coordinate representation of color #C9AFFC: hue angle of 260.26º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C9AFFC is Cyan = 0.20, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 201 175 252 -
CMYK 0.20 0.31 0 0.01
HSL 260.26º 0.93% 0.84% -
HSV(B) 260.26º 0.31% 0.99% -
XYZ 56.99 50.11 98.76 -
YUV 191.55 162.11 134.74 -
System Red Green Blue C M Y K H S L
Decimal 201 175 252 0.20 0.31 0 0.01 260.26 0.93 0.84
Hex C9 AF FC 14 1F 0 1 104 5D 54
Octal 311 257 374 24 37 0 1 404 135 124
Binary 11001001 10101111 11111100 10100 11111 0 1 100000100 1011101 1010100

Color Harmonies of #C9AFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9AFFC

Black with #C9AFFC

Text Example


Text Example

White with #C9AFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9AFFC; }

 p { color: rgb(201,175,252); }

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

background-color css

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

 a { background-color: rgb(201,175,252); }

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

border-color css

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

 span { border-color: rgb(201,175,252); }

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