Html Css Color HEX #CCA1C6 Lilac

📋 copy color: '#CCA1C6'

red 204 ◦ green 161 ◦ blue 198

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

Shades of Lilac #CCA1C6

Tints of Lilac #CCA1C6

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.6%

 BLUE value IS 198 (77.73% from 255) = 35.17%

R = 36.23%
G = 28.6%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#CCA1C6 (or 0xCCA1C6) is known color: Lilac. HEX triplet: CC, A1 and C6. RGB value is (204,161,198). Sum of RGB (Red+Green+Blue) = 204+161+198=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 161 (63.28% from 255 or 28.60% from 563); Blue value is 198 (77.73% from 255 or 35.17% from 563); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA1C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CCA1C6 is #335E39. Grayscale: #B1B1B1. Windows color (decimal): -3366458 or 13017548. OLE color: 13017548.

HSL color Cylindrical-coordinate representation of color #CCA1C6: hue angle of 308.37º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCA1C6 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 161 198 -
CMYK 0 0.21 0.03 0.2
HSL 308.37º 0.3% 0.72% -
HSV(B) 308.37º 0.21% 0.8% -
XYZ 47.84 42.4 59.09 -
YUV 178.08 139.25 146.49 -
System Red Green Blue C M Y K H S L
Decimal 204 161 198 0 0.21 0.03 0.2 308.37 0.3 0.72
Hex CC A1 C6 0 15 3 14 134 1E 48
Octal 314 241 306 0 25 3 24 464 36 110
Binary 11001100 10100001 11000110 0 10101 11 10100 100110100 11110 1001000

Color Harmonies of #CCA1C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCA1C6

Black with #CCA1C6

Text Example


Text Example

White with #CCA1C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCA1C6; }

 p { color: rgb(204,161,198); }

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

background-color css

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

 a { background-color: rgb(204,161,198); }

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

border-color css

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

 span { border-color: rgb(204,161,198); }

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