Html Css Color HEX #CCA0FF Mauve

📋 copy color: '#CCA0FF'

red 204 ◦ green 160 ◦ blue 255

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

Shades of Mauve #CCA0FF

Tints of Mauve #CCA0FF

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.85%

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

R = 32.96%
G = 25.85%
B = 41.2%

CMYK

 C value IS 0.2

 M value IS 0.37

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCA0FF (or 0xCCA0FF) is known color: Mauve. HEX triplet: CC, A0 and FF. RGB value is (204,160,255). Sum of RGB (Red+Green+Blue) = 204+160+255=619 (81% of max value = 765). Red value is 204 (80.08% from 255 or 32.96% from 619); Green value is 160 (62.89% from 255 or 25.85% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCA0FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CCA0FF is #335F00. Grayscale: #B7B7B7. Windows color (decimal): -3366657 or 16752844. OLE color: 16752844.

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

Color convert

RGB 204 160 255 -
CMYK 0.2 0.37 0 0
HSL 267.79º 1% 0.81% -
HSV(B) 267.79º 0.37% 1% -
XYZ 55.52 45.2 100.41 -
YUV 183.99 168.08 142.28 -
System Red Green Blue C M Y K H S L
Decimal 204 160 255 0.2 0.37 0 0 267.79 1 0.81
Hex CC A0 FF 14 25 0 0 10C 64 51
Octal 314 240 377 24 45 0 0 414 144 121
Binary 11001100 10100000 11111111 10100 100101 0 0 100001100 1100100 1010001

Color Harmonies of #CCA0FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA0FF

Black with #CCA0FF

Text Example


Text Example

White with #CCA0FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA0FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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