Html Css Color HEX #CAA9F8 Mauve

📋 copy color: '#CAA9F8'

red 202 ◦ green 169 ◦ blue 248

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

Shades of Mauve #CAA9F8

Tints of Mauve #CAA9F8

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.3%

 BLUE value IS 248 (97.27% from 255) = 40.06%

R = 32.63%
G = 27.3%
B = 40.06%

CMYK

 C value IS 0.19

 M value IS 0.32

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CAA9F8 (or 0xCAA9F8) is known color: Mauve. HEX triplet: CA, A9 and F8. RGB value is (202,169,248). Sum of RGB (Red+Green+Blue) = 202+169+248=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 169 (66.41% from 255 or 27.30% from 619); Blue value is 248 (97.27% from 255 or 40.06% from 619); Max value from RGB is 248 - color contains mainly: blue. Hex color #CAA9F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA9F8 is #355607. Grayscale: #BBBBBB. Windows color (decimal): -3495432 or 16296394. OLE color: 16296394.

HSL color Cylindrical-coordinate representation of color #CAA9F8: hue angle of 265.06º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAA9F8 is Cyan = 0.19, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 202 169 248 -
CMYK 0.19 0.32 0 0.03
HSL 265.06º 0.85% 0.82% -
HSV(B) 265.06º 0.32% 0.97% -
XYZ 55.49 47.71 95.09 -
YUV 187.87 161.93 138.08 -
System Red Green Blue C M Y K H S L
Decimal 202 169 248 0.19 0.32 0 0.03 265.06 0.85 0.82
Hex CA A9 F8 13 20 0 3 109 55 52
Octal 312 251 370 23 40 0 3 411 125 122
Binary 11001010 10101001 11111000 10011 100000 0 11 100001001 1010101 1010010

Color Harmonies of #CAA9F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA9F8

Black with #CAA9F8

Text Example


Text Example

White with #CAA9F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA9F8; }

 p { color: rgb(202,169,248); }

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

background-color css

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

 a { background-color: rgb(202,169,248); }

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

border-color css

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

 span { border-color: rgb(202,169,248); }

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