Html Css Color HEX #C7AAFE Mauve

📋 copy color: '#C7AAFE'

red 199 ◦ green 170 ◦ blue 254

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

Shades of Mauve #C7AAFE

Tints of Mauve #C7AAFE

RGB

 RED value IS 199 (78.13% from 255) = 31.94%

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

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

R = 31.94%
G = 27.29%
B = 40.77%

CMYK

 C value IS 0.22

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#C7AAFE (or 0xC7AAFE) is known color: Mauve. HEX triplet: C7, AA and FE. RGB value is (199,170,254). Sum of RGB (Red+Green+Blue) = 199+170+254=623 (82% of max value = 765). Red value is 199 (78.12% from 255 or 31.94% from 623); Green value is 170 (66.80% from 255 or 27.29% 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 #C7AAFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C7AAFE is #385501. Grayscale: #BBBBBB. Windows color (decimal): -3691778 or 16689863. OLE color: 16689863.

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

Color convert

RGB 199 170 254 -
CMYK 0.22 0.33 0 0.00
HSL 260.71º 0.98% 0.83% -
HSV(B) 260.71º 0.33% 1% -
XYZ 55.82 48.05 100.1 -
YUV 188.25 165.11 135.67 -
System Red Green Blue C M Y K H S L
Decimal 199 170 254 0.22 0.33 0 0.00 260.71 0.98 0.83
Hex C7 AA FE 16 21 0 0 105 62 53
Octal 307 252 376 26 41 0 0 405 142 123
Binary 11000111 10101010 11111110 10110 100001 0 0 100000101 1100010 1010011

Color Harmonies of #C7AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7AAFE

Black with #C7AAFE

Text Example


Text Example

White with #C7AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7AAFE; }

 p { color: rgb(199,170,254); }

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

background-color css

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

 a { background-color: rgb(199,170,254); }

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

border-color css

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

 span { border-color: rgb(199,170,254); }

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