Html Css Color HEX #CCA6F8 Mauve

📋 copy color: '#CCA6F8'

red 204 ◦ green 166 ◦ blue 248

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

Shades of Mauve #CCA6F8

Tints of Mauve #CCA6F8

RGB

 RED value IS 204 (80.08% from 255) = 33.01%

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

 BLUE value IS 248 (97.27% from 255) = 40.13%

R = 33.01%
G = 26.86%
B = 40.13%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCA6F8 (or 0xCCA6F8) is known color: Mauve. HEX triplet: CC, A6 and F8. RGB value is (204,166,248). Sum of RGB (Red+Green+Blue) = 204+166+248=618 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.01% from 618); Green value is 166 (65.23% from 255 or 26.86% from 618); Blue value is 248 (97.27% from 255 or 40.13% from 618); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCA6F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA6F8 is #335907. Grayscale: #BABABA. Windows color (decimal): -3365128 or 16295628. OLE color: 16295628.

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

Color convert

RGB 204 166 248 -
CMYK 0.18 0.33 0 0.03
HSL 267.8º 0.85% 0.81% -
HSV(B) 267.8º 0.33% 0.97% -
XYZ 55.48 46.89 94.93 -
YUV 186.71 162.59 140.33 -
System Red Green Blue C M Y K H S L
Decimal 204 166 248 0.18 0.33 0 0.03 267.8 0.85 0.81
Hex CC A6 F8 12 21 0 3 10C 55 51
Octal 314 246 370 22 41 0 3 414 125 121
Binary 11001100 10100110 11111000 10010 100001 0 11 100001100 1010101 1010001

Color Harmonies of #CCA6F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA6F8

Black with #CCA6F8

Text Example


Text Example

White with #CCA6F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA6F8; }

 p { color: rgb(204,166,248); }

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

background-color css

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

 a { background-color: rgb(204,166,248); }

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

border-color css

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

 span { border-color: rgb(204,166,248); }

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