Html Css Color HEX #CCA9FF Mauve

📋 copy color: '#CCA9FF'

red 204 ◦ green 169 ◦ blue 255

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

Shades of Mauve #CCA9FF

Tints of Mauve #CCA9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 26.91%

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

R = 32.48%
G = 26.91%
B = 40.61%

CMYK

 C value IS 0.2

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCA9FF (or 0xCCA9FF) is known color: Mauve. HEX triplet: CC, A9 and FF. RGB value is (204,169,255). Sum of RGB (Red+Green+Blue) = 204+169+255=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 169 (66.41% from 255 or 26.91% from 628); Blue value is 255 (100% from 255 or 40.61% from 628); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA9FF is #335600. Grayscale: #BCBCBC. Windows color (decimal): -3364353 or 16755148. OLE color: 16755148.

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

Color convert

RGB 204 169 255 -
CMYK 0.2 0.34 0 0
HSL 264.42º 1% 0.83% -
HSV(B) 264.42º 0.34% 1% -
XYZ 57.14 48.43 100.94 -
YUV 189.27 165.1 138.51 -
System Red Green Blue C M Y K H S L
Decimal 204 169 255 0.2 0.34 0 0 264.42 1 0.83
Hex CC A9 FF 14 22 0 0 108 64 53
Octal 314 251 377 24 42 0 0 410 144 123
Binary 11001100 10101001 11111111 10100 100010 0 0 100001000 1100100 1010011

Color Harmonies of #CCA9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA9FF

Black with #CCA9FF

Text Example


Text Example

White with #CCA9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA9FF; }

 p { color: rgb(204,169,255); }

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

background-color css

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

 a { background-color: rgb(204,169,255); }

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

border-color css

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

 span { border-color: rgb(204,169,255); }

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