Html Css Color HEX #C8AAFA Mauve

📋 copy color: '#C8AAFA'

red 200 ◦ green 170 ◦ blue 250

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

Shades of Mauve #C8AAFA

Tints of Mauve #C8AAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 27.42%

 BLUE value IS 250 (98.05% from 255) = 40.32%

R = 32.26%
G = 27.42%
B = 40.32%

CMYK

 C value IS 0.2

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8AAFA (or 0xC8AAFA) is known color: Mauve. HEX triplet: C8, AA and FA. RGB value is (200,170,250). Sum of RGB (Red+Green+Blue) = 200+170+250=620 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.26% from 620); Green value is 170 (66.80% from 255 or 27.42% from 620); Blue value is 250 (98.05% from 255 or 40.32% from 620); Max value from RGB is 250 - color contains mainly: blue. Hex color #C8AAFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAFA is #375505. Grayscale: #BBBBBB. Windows color (decimal): -3626246 or 16427720. OLE color: 16427720.

HSL color Cylindrical-coordinate representation of color #C8AAFA: hue angle of 262.5º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C8AAFA is Cyan = 0.2, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 200 170 250 -
CMYK 0.2 0.32 0 0.02
HSL 262.5º 0.89% 0.82% -
HSV(B) 262.5º 0.32% 0.98% -
XYZ 55.45 47.93 96.77 -
YUV 188.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 200 170 250 0.2 0.32 0 0.02 262.5 0.89 0.82
Hex C8 AA FA 14 20 0 2 106 59 52
Octal 310 252 372 24 40 0 2 406 131 122
Binary 11001000 10101010 11111010 10100 100000 0 10 100000110 1011001 1010010

Color Harmonies of #C8AAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAFA

Black with #C8AAFA

Text Example


Text Example

White with #C8AAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAFA; }

 p { color: rgb(200,170,250); }

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

background-color css

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

 a { background-color: rgb(200,170,250); }

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

border-color css

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

 span { border-color: rgb(200,170,250); }

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