Html Css Color HEX #CAA6FA Mauve

📋 copy color: '#CAA6FA'

red 202 ◦ green 166 ◦ blue 250

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

Shades of Mauve #CAA6FA

Tints of Mauve #CAA6FA

RGB

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

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

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

R = 32.69%
G = 26.86%
B = 40.45%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAA6FA (or 0xCAA6FA) is known color: Mauve. HEX triplet: CA, A6 and FA. RGB value is (202,166,250). Sum of RGB (Red+Green+Blue) = 202+166+250=618 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.69% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 250 (98.05% from 255 or 40.45% from 618); Max value from RGB is 250 - color contains mainly: blue. Hex color #CAA6FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA6FA is #355905. Grayscale: #BABABA. Windows color (decimal): -3496198 or 16426698. OLE color: 16426698.

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

Color convert

RGB 202 166 250 -
CMYK 0.19 0.34 0 0.02
HSL 265.71º 0.89% 0.82% -
HSV(B) 265.71º 0.34% 0.98% -
XYZ 55.25 46.73 96.55 -
YUV 186.34 163.93 139.17 -
System Red Green Blue C M Y K H S L
Decimal 202 166 250 0.19 0.34 0 0.02 265.71 0.89 0.82
Hex CA A6 FA 13 22 0 2 10A 59 52
Octal 312 246 372 23 42 0 2 412 131 122
Binary 11001010 10100110 11111010 10011 100010 0 10 100001010 1011001 1010010

Color Harmonies of #CAA6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA6FA

Black with #CAA6FA

Text Example


Text Example

White with #CAA6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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