Html Css Color HEX #C8AAFF Mauve

📋 copy color: '#C8AAFF'

red 200 ◦ green 170 ◦ blue 255

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

Shades of Mauve #C8AAFF

Tints of Mauve #C8AAFF

RGB

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

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

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

R = 32%
G = 27.2%
B = 40.8%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C8AAFF (or 0xC8AAFF) is known color: Mauve. HEX triplet: C8, AA and FF. RGB value is (200,170,255). Sum of RGB (Red+Green+Blue) = 200+170+255=625 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32% from 625); Green value is 170 (66.80% from 255 or 27.2% from 625); Blue value is 255 (100% from 255 or 40.8% from 625); Max value from RGB is 255 - color contains mainly: blue. Hex color #C8AAFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8AAFF is #375500. Grayscale: #BCBCBC. Windows color (decimal): -3626241 or 16755400. OLE color: 16755400.

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

Color convert

RGB 200 170 255 -
CMYK 0.22 0.33 0 0
HSL 261.18º 1% 0.83% -
HSV(B) 261.18º 0.33% 1% -
XYZ 56.24 48.25 100.96 -
YUV 188.66 165.44 136.09 -
System Red Green Blue C M Y K H S L
Decimal 200 170 255 0.22 0.33 0 0 261.18 1 0.83
Hex C8 AA FF 16 21 0 0 105 64 53
Octal 310 252 377 26 41 0 0 405 144 123
Binary 11001000 10101010 11111111 10110 100001 0 0 100000101 1100100 1010011

Color Harmonies of #C8AAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AAFF

Black with #C8AAFF

Text Example


Text Example

White with #C8AAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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