Html Css Color HEX #C49AFF Mauve

📋 copy color: '#C49AFF'

red 196 ◦ green 154 ◦ blue 255

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

Shades of Mauve #C49AFF

Tints of Mauve #C49AFF

RGB

 RED value IS 196 (76.95% from 255) = 32.4%

 GREEN value IS 154 (60.55% from 255) = 25.45%

 BLUE value IS 255 (100% from 255) = 42.15%

R = 32.4%
G = 25.45%
B = 42.15%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C49AFF (or 0xC49AFF) is known color: Mauve. HEX triplet: C4, 9A and FF. RGB value is (196,154,255). Sum of RGB (Red+Green+Blue) = 196+154+255=605 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.40% from 605); Green value is 154 (60.55% from 255 or 25.45% from 605); Blue value is 255 (100% from 255 or 42.15% from 605); Max value from RGB is 255 - color contains mainly: blue. Hex color #C49AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49AFF is #3B6500. Grayscale: #B1B1B1. Windows color (decimal): -3892481 or 16751300. OLE color: 16751300.

HSL color Cylindrical-coordinate representation of color #C49AFF: hue angle of 264.95º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C49AFF is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 196 154 255 -
CMYK 0.23 0.40 0 0
HSL 264.95º 1% 0.8% -
HSV(B) 264.95º 0.4% 1% -
XYZ 52.37 42.07 99.97 -
YUV 178.07 171.41 140.79 -
System Red Green Blue C M Y K H S L
Decimal 196 154 255 0.23 0.40 0 0 264.95 1 0.8
Hex C4 9A FF 17 28 0 0 109 64 50
Octal 304 232 377 27 50 0 0 411 144 120
Binary 11000100 10011010 11111111 10111 101000 0 0 100001001 1100100 1010000

Color Harmonies of #C49AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49AFF

Black with #C49AFF

Text Example


Text Example

White with #C49AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49AFF; }

 p { color: rgb(196,154,255); }

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

background-color css

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

 a { background-color: rgb(196,154,255); }

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

border-color css

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

 span { border-color: rgb(196,154,255); }

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