Html Css Color HEX #CAA6FE Mauve

📋 copy color: '#CAA6FE'

red 202 ◦ green 166 ◦ blue 254

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

Shades of Mauve #CAA6FE

Tints of Mauve #CAA6FE

RGB

 RED value IS 202 (79.3% from 255) = 32.48%

 GREEN value IS 166 (65.23% from 255) = 26.69%

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

R = 32.48%
G = 26.69%
B = 40.84%

CMYK

 C value IS 0.20

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CAA6FE (or 0xCAA6FE) is known color: Mauve. HEX triplet: CA, A6 and FE. RGB value is (202,166,254). Sum of RGB (Red+Green+Blue) = 202+166+254=622 (82% of max value = 765). Red value is 202 (79.30% from 255 or 32.48% from 622); Green value is 166 (65.23% from 255 or 26.69% from 622); Blue value is 254 (99.61% from 255 or 40.84% from 622); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAA6FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6FE is #355901. Grayscale: #BABABA. Windows color (decimal): -3496194 or 16688842. OLE color: 16688842.

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

Color convert

RGB 202 166 254 -
CMYK 0.20 0.35 0 0.00
HSL 264.55º 0.98% 0.82% -
HSV(B) 264.55º 0.35% 1% -
XYZ 55.88 46.98 99.89 -
YUV 186.8 165.93 138.84 -
System Red Green Blue C M Y K H S L
Decimal 202 166 254 0.20 0.35 0 0.00 264.55 0.98 0.82
Hex CA A6 FE 14 23 0 0 109 62 52
Octal 312 246 376 24 43 0 0 411 142 122
Binary 11001010 10100110 11111110 10100 100011 0 0 100001001 1100010 1010010

Color Harmonies of #CAA6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6FE

Black with #CAA6FE

Text Example


Text Example

White with #CAA6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6FE; }

 p { color: rgb(202,166,254); }

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

background-color css

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

 a { background-color: rgb(202,166,254); }

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

border-color css

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

 span { border-color: rgb(202,166,254); }

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