Html Css Color HEX #CAAAF7 Mauve

📋 copy color: '#CAAAF7'

red 202 ◦ green 170 ◦ blue 247

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

Shades of Mauve #CAAAF7

Tints of Mauve #CAAAF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 39.9%

R = 32.63%
G = 27.46%
B = 39.9%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CAAAF7 (or 0xCAAAF7) is known color: Mauve. HEX triplet: CA, AA and F7. RGB value is (202,170,247). Sum of RGB (Red+Green+Blue) = 202+170+247=619 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.63% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 247 (96.88% from 255 or 39.90% from 619); Max value from RGB is 247 - color contains mainly: blue. Hex color #CAAAF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CAAAF7 is #355508. Grayscale: #BCBCBC. Windows color (decimal): -3495177 or 16231114. OLE color: 16231114.

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

Color convert

RGB 202 170 247 -
CMYK 0.18 0.31 0 0.03
HSL 264.94º 0.83% 0.82% -
HSV(B) 264.94º 0.31% 0.97% -
XYZ 55.52 48.02 94.34 -
YUV 188.35 161.1 137.74 -
System Red Green Blue C M Y K H S L
Decimal 202 170 247 0.18 0.31 0 0.03 264.94 0.83 0.82
Hex CA AA F7 12 1F 0 3 109 53 52
Octal 312 252 367 22 37 0 3 411 123 122
Binary 11001010 10101010 11110111 10010 11111 0 11 100001001 1010011 1010010

Color Harmonies of #CAAAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAAAF7

Black with #CAAAF7

Text Example


Text Example

White with #CAAAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAAAF7; }

 p { color: rgb(202,170,247); }

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

background-color css

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

 a { background-color: rgb(202,170,247); }

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

border-color css

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

 span { border-color: rgb(202,170,247); }

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