Html Css Color HEX #C8A6FB Mauve

📋 copy color: '#C8A6FB'

red 200 ◦ green 166 ◦ blue 251

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

Shades of Mauve #C8A6FB

Tints of Mauve #C8A6FB

RGB

 RED value IS 200 (78.52% from 255) = 32.41%

 GREEN value IS 166 (65.23% from 255) = 26.9%

 BLUE value IS 251 (98.44% from 255) = 40.68%

R = 32.41%
G = 26.9%
B = 40.68%

CMYK

 C value IS 0.20

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#C8A6FB (or 0xC8A6FB) is known color: Mauve. HEX triplet: C8, A6 and FB. RGB value is (200,166,251). Sum of RGB (Red+Green+Blue) = 200+166+251=617 (81% of max value = 765). Red value is 200 (78.52% from 255 or 32.41% from 617); Green value is 166 (65.23% from 255 or 26.90% from 617); Blue value is 251 (98.44% from 255 or 40.68% from 617); Max value from RGB is 251 - color contains mainly: blue. Hex color #C8A6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A6FB is #375904. Grayscale: #B9B9B9. Windows color (decimal): -3627269 or 16492232. OLE color: 16492232.

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

Color convert

RGB 200 166 251 -
CMYK 0.20 0.34 0 0.02
HSL 264º 0.91% 0.82% -
HSV(B) 264º 0.34% 0.98% -
XYZ 54.87 46.52 97.35 -
YUV 185.86 164.76 138.09 -
System Red Green Blue C M Y K H S L
Decimal 200 166 251 0.20 0.34 0 0.02 264 0.91 0.82
Hex C8 A6 FB 14 22 0 2 108 5B 52
Octal 310 246 373 24 42 0 2 410 133 122
Binary 11001000 10100110 11111011 10100 100010 0 10 100001000 1011011 1010010

Color Harmonies of #C8A6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A6FB

Black with #C8A6FB

Text Example


Text Example

White with #C8A6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A6FB; }

 p { color: rgb(200,166,251); }

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

background-color css

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

 a { background-color: rgb(200,166,251); }

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

border-color css

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

 span { border-color: rgb(200,166,251); }

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