Html Css Color HEX #CCA2FA Mauve

📋 copy color: '#CCA2FA'

red 204 ◦ green 162 ◦ blue 250

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

Shades of Mauve #CCA2FA

Tints of Mauve #CCA2FA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.3%

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

R = 33.12%
G = 26.3%
B = 40.58%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#CCA2FA (or 0xCCA2FA) is known color: Mauve. HEX triplet: CC, A2 and FA. RGB value is (204,162,250). Sum of RGB (Red+Green+Blue) = 204+162+250=616 (81% of max value = 765). Red value is 204 (80.08% from 255 or 33.12% from 616); Green value is 162 (63.67% from 255 or 26.30% from 616); Blue value is 250 (98.05% from 255 or 40.58% from 616); Max value from RGB is 250 - color contains mainly: blue. Hex color #CCA2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA2FA is #335D05. Grayscale: #B8B8B8. Windows color (decimal): -3366150 or 16425676. OLE color: 16425676.

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

Color convert

RGB 204 162 250 -
CMYK 0.18 0.35 0 0.02
HSL 268.64º 0.9% 0.81% -
HSV(B) 268.64º 0.35% 0.98% -
XYZ 55.08 45.58 96.34 -
YUV 184.59 164.91 141.84 -
System Red Green Blue C M Y K H S L
Decimal 204 162 250 0.18 0.35 0 0.02 268.64 0.9 0.81
Hex CC A2 FA 12 23 0 2 10D 5A 51
Octal 314 242 372 22 43 0 2 415 132 121
Binary 11001100 10100010 11111010 10010 100011 0 10 100001101 1011010 1010001

Color Harmonies of #CCA2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA2FA

Black with #CCA2FA

Text Example


Text Example

White with #CCA2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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