Html Css Color HEX #C49CFF Mauve

📋 copy color: '#C49CFF'

red 196 ◦ green 156 ◦ blue 255

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

Shades of Mauve #C49CFF

Tints of Mauve #C49CFF

RGB

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

 GREEN value IS 156 (61.33% from 255) = 25.7%

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

R = 32.29%
G = 25.7%
B = 42.01%

CMYK

 C value IS 0.23

 M value IS 0.39

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#C49CFF (or 0xC49CFF) is known color: Mauve. HEX triplet: C4, 9C and FF. RGB value is (196,156,255). Sum of RGB (Red+Green+Blue) = 196+156+255=607 (80% of max value = 765). Red value is 196 (76.95% from 255 or 32.29% from 607); Green value is 156 (61.33% from 255 or 25.70% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #C49CFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C49CFF is #3B6300. Grayscale: #B2B2B2. Windows color (decimal): -3891969 or 16751812. OLE color: 16751812.

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

Color convert

RGB 196 156 255 -
CMYK 0.23 0.39 0 0
HSL 264.24º 1% 0.81% -
HSV(B) 264.24º 0.39% 1% -
XYZ 52.7 42.73 100.08 -
YUV 179.25 170.75 139.95 -
System Red Green Blue C M Y K H S L
Decimal 196 156 255 0.23 0.39 0 0 264.24 1 0.81
Hex C4 9C FF 17 27 0 0 108 64 51
Octal 304 234 377 27 47 0 0 410 144 121
Binary 11000100 10011100 11111111 10111 100111 0 0 100001000 1100100 1010001

Color Harmonies of #C49CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49CFF

Black with #C49CFF

Text Example


Text Example

White with #C49CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49CFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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