Html Css Color HEX #CCA8FA Mauve

📋 copy color: '#CCA8FA'

red 204 ◦ green 168 ◦ blue 250

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

Shades of Mauve #CCA8FA

Tints of Mauve #CCA8FA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 27.01%

 BLUE value IS 250 (98.05% from 255) = 40.19%

R = 32.8%
G = 27.01%
B = 40.19%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCA8FA (or 0xCCA8FA) is known color: Mauve. HEX triplet: CC, A8 and FA. RGB value is (204,168,250). Sum of RGB (Red+Green+Blue) = 204+168+250=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 168 (66.02% from 255 or 27.01% from 622); Blue value is 250 (98.05% from 255 or 40.19% from 622); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCA8FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA8FA is #335705. Grayscale: #BBBBBB. Windows color (decimal): -3364614 or 16427212. OLE color: 16427212.

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

Color convert

RGB 204 168 250 -
CMYK 0.18 0.33 0 0.02
HSL 266.34º 0.89% 0.82% -
HSV(B) 266.34º 0.33% 0.98% -
XYZ 56.16 47.74 96.7 -
YUV 188.11 162.93 139.33 -
System Red Green Blue C M Y K H S L
Decimal 204 168 250 0.18 0.33 0 0.02 266.34 0.89 0.82
Hex CC A8 FA 12 21 0 2 10A 59 52
Octal 314 250 372 22 41 0 2 412 131 122
Binary 11001100 10101000 11111010 10010 100001 0 10 100001010 1011001 1010010

Color Harmonies of #CCA8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA8FA

Black with #CCA8FA

Text Example


Text Example

White with #CCA8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA8FA; }

 p { color: rgb(204,168,250); }

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

background-color css

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

 a { background-color: rgb(204,168,250); }

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

border-color css

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

 span { border-color: rgb(204,168,250); }

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