Html Css Color HEX #CAA8F9 Mauve

📋 copy color: '#CAA8F9'

red 202 ◦ green 168 ◦ blue 249

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

Shades of Mauve #CAA8F9

Tints of Mauve #CAA8F9

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.14%

 BLUE value IS 249 (97.66% from 255) = 40.23%

R = 32.63%
G = 27.14%
B = 40.23%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CAA8F9 (or 0xCAA8F9) is known color: Mauve. HEX triplet: CA, A8 and F9. RGB value is (202,168,249). Sum of RGB (Red+Green+Blue) = 202+168+249=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 168 (66.02% from 255 or 27.14% from 619); Blue value is 249 (97.66% from 255 or 40.23% from 619); Max value from RGB is 249 - color contains mainly: blue. Hex color #CAA8F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAA8F9 is #355706. Grayscale: #BBBBBB. Windows color (decimal): -3495687 or 16361674. OLE color: 16361674.

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

Color convert

RGB 202 168 249 -
CMYK 0.19 0.33 0 0.02
HSL 265.19º 0.87% 0.82% -
HSV(B) 265.19º 0.33% 0.98% -
XYZ 55.46 47.4 95.85 -
YUV 187.4 162.76 138.41 -
System Red Green Blue C M Y K H S L
Decimal 202 168 249 0.19 0.33 0 0.02 265.19 0.87 0.82
Hex CA A8 F9 13 21 0 2 109 57 52
Octal 312 250 371 23 41 0 2 411 127 122
Binary 11001010 10101000 11111001 10011 100001 0 10 100001001 1010111 1010010

Color Harmonies of #CAA8F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAA8F9

Black with #CAA8F9

Text Example


Text Example

White with #CAA8F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAA8F9; }

 p { color: rgb(202,168,249); }

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

background-color css

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

 a { background-color: rgb(202,168,249); }

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

border-color css

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

 span { border-color: rgb(202,168,249); }

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